No tests found after webstorm updated

No tests found
In /media/vdb/study/vue-test-utils-getting-started
  6 files checked.
  testMatch: **/__tests__/**/*.js?(x),**/?(*.)(spec|test).js?(x) - 3 matches
  testPathIgnorePatterns: /node_modules/ - 6 matches
Pattern: ^/home/user1/study/vue-test-utils-getting-started/__tests__/async\.test\.js$ - 0 matches

works  in  terminal

 > jest   async.test.js 
   async.test.js 
 PASS  ./async.test.js
  aaa
    ✓ bbb (3ms)

Test Suites: 1 passed, 1 total
Tests:       1 passed, 1 total
Snapshots:   0 total
Time:        0.715s, estimated 1s
Ran all test suites matching /async.test.js/i.

 

0
1 comment

Would  it be possible to narrow the problem down to a minimal repo project and share this with us?

0

Please sign in to leave a comment.