Skip to content

Commit 0b32406

Browse files
author
Julian Gieseke
committed
fix(jest): remove ignore override
Closes DCOS-22444
1 parent 3938b69 commit 0b32406

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jest.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,5 @@ module.exports = {
5353
modulePathIgnorePatterns: ["/tmp/", "/node_modules/", "/.module-cache/"],
5454
timers: "fake",
5555
coverageReporters: ["json", "lcov", "cobertura", "text"],
56-
// We need this to override jest's default ['/node_modules/']
57-
transformIgnorePatterns: [],
5856
testPathIgnorePatterns: ["/tmp/", "/node_modules/"]
5957
};

0 commit comments

Comments
 (0)