Skip to content

Commit 7b7866d

Browse files
committed
Ignore .worktrees on jest
1 parent 2e901f0 commit 7b7866d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
modulePathIgnorePatterns: ['<rootDir>/\\.worktrees/'],
23
testPathIgnorePatterns: ['e2e', 'node_modules'],
34
transformIgnorePatterns: [
45
'node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|@rocket.chat/ui-kit)'

0 commit comments

Comments
 (0)