Skip to content

Commit 174d8bd

Browse files
committed
stop looking for tests in node_modules and build
1 parent 0d7090e commit 174d8bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ module.exports = {
1515
diagnostics: false,
1616
},
1717
},
18+
testPathIgnorePatterns: ['<rootDir>/build/', '<rootDir>/node_modules/'],
1819
};

0 commit comments

Comments
 (0)