I just upgraded from jest 14.1.0 to jest 15.0.2 and now no tests are found anymore - the testPathDir never matches anything (I tried different variations). Output is:
No tests found
41 files checked.
testPathDirs: C:\Users\dskgry\app\src - 0 matches
testRegex: tests/.*Test.js - 9 matches
testPathIgnorePatterns: \node_modules\ - 41 matches
Debug file attached.
Thanks in advance
jest_debug.txt
I just upgraded from jest 14.1.0 to jest 15.0.2 and now no tests are found anymore - the testPathDir never matches anything (I tried different variations). Output is:
No tests found
41 files checked.
testPathDirs: C:\Users\dskgry\app\src - 0 matches
testRegex: tests/.*Test.js - 9 matches
testPathIgnorePatterns: \node_modules\ - 41 matches
Debug file attached.
Thanks in advance
jest_debug.txt