From ea4ea9469e46ce84a1f53ee8eda84bd150b4ee05 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 26 Apr 2019 13:03:32 -0400 Subject: [PATCH] This is the default value for this config field --- jest.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index c4a90b460..be24d826e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,6 +1,5 @@ module.exports = { verbose: true, - testPathIgnorePatterns: ['!**/node_modules/**'], testMatch: ['/src/**/*.test.js'], // collectCoverage: false,