Skip to content

Commit

Permalink
Remove unnecessary --no-watch argument
Browse files Browse the repository at this point in the history
This is the default behavior for `jest` anyway.
  • Loading branch information
eliperkins committed Mar 6, 2018
1 parent c223adc commit e5e9c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:ssr": "kcd-scripts test --config other/ssr/jest.config.js --no-watch",
"test:update": "npm run test:cover -s -- --updateSnapshot",
"test:ts": "tsc --noEmit -p ./tsconfig.json",
"test:build": "jest --projects other/misc-tests other/react-native --no-watch",
"test:build": "jest --projects other/misc-tests other/react-native",
"test:cypress:dev": "npm-run-all --parallel --race storybook cy:open",
"pretest:cypress": "npm run storybook:build --silent",
"test:cypress": "npm-run-all --parallel --race storybook:serve cy:run",
Expand Down

0 comments on commit e5e9c44

Please sign in to comment.