Skip to content

Commit 9d87aca

Browse files
committed
Don't run jest with watch mode by default because of expo#529
1 parent 4139951 commit 9d87aca

File tree

1 file changed

+1
-1
lines changed
  • react-native-scripts/src/scripts

1 file changed

+1
-1
lines changed

react-native-scripts/src/scripts/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ https://github.com/npm/npm/issues/16991
7070
eject: 'react-native-scripts eject',
7171
android: 'react-native-scripts android',
7272
ios: 'react-native-scripts ios',
73-
test: 'node node_modules/jest/bin/jest.js --watchAll',
73+
test: 'node node_modules/jest/bin/jest.js',
7474
};
7575

7676
appPackage.jest = {

0 commit comments

Comments
 (0)