Skip to content

Commit

Permalink
CLEAN-UP: update testPathIgnorePatterns in jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brodybits committed Apr 19, 2021
1 parent ade1459 commit 4d0a726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Expand Up @@ -152,8 +152,8 @@ module.exports = {

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
testPathIgnorePatterns: [
"/test/test.js",
"/node_modules/"
// "/node_modules/"
"/test/test.js"
],

// TBD NOT WORKING with Stryker Jest runner:
Expand Down

0 comments on commit 4d0a726

Please sign in to comment.