Skip to content

Commit 21447c8

Browse files
make jest tests run without watch
1 parent 201a886 commit 21447c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"module": "dist/index.es.js",
1313
"jsnext:main": "dist/index.es.js",
1414
"scripts": {
15-
"test": "react-scripts test --env=jsdom",
15+
"test": "CI=1 react-scripts test --env=jsdom",
1616
"build": "rollup -c",
1717
"start": "rollup -c -w",
1818
"prepublish": "npm run build",

0 commit comments

Comments
 (0)