F O Santos97
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Typescript - Testing with Jest outside of __tests__ directory
I want to be able to execute my tests outside of __tests__ directory. Currently, I have my test files alongside the src code. Inside somefile.test.ts I have tests A, B and C. If try to run the C te...