From 4d0a726a7ddc68bf7db812870a0fe2d4abe23582 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Sun, 18 Apr 2021 20:47:24 -0400 Subject: [PATCH] CLEAN-UP: update testPathIgnorePatterns in jest.config.js --- jest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: