You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -450,6 +450,13 @@ Examples
450
450
451
451
This runs Jest v24.x in watch mode. See [https://jestjs.io](https://jestjs.io) for options. If you are using the React template, jest uses the flag `--env=jsdom` by default.
452
452
453
+
If you would like to disable watch mode, this is one way to do it in your `package.json`:
454
+
455
+
```
456
+
"test": "CI=true tsdx test --color"
457
+
"test:coverage": "CI=true tsdx test --color --coverage"
0 commit comments