Skip to content

Commit 3892683

Browse files
committed
Fix jest watch reloading all the time 🕰
1 parent a2fb9e8 commit 3892683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module.exports = {
22
testEnvironment: 'node',
3+
watchPathIgnorePatterns: ['<rootDir>/tmp/'],
34
}

0 commit comments

Comments
 (0)