Venkatesh-Prasad Ranganath
Results
11
comments of
Venkatesh-Prasad Ranganath
+1 With /tests/some.test.ts folder structure, `testMatch: ['tests/**/*.test.ts']` discovers no tests. `testMatch: ['**/tests/**/*.test.ts']` discovers one tests. `testRegex: ['tests/.*\.test\.ts']` discovers one test.