diff --git a/jest.config.js b/jest.config.js index 9e3edf2af..c72c793ef 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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: