Skip to content

Commit 7cc69ea

Browse files
committed
remove forceExit flag now that infinite loop is fixed
1 parent bb853d3 commit 7cc69ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:client": "cross-env NODE_ENV=production webpack --config webpack/config.prod.js",
1313
"build:server": "cross-env NODE_ENV=production webpack --config webpack/config.server.js",
1414
"build:examples": "cross-env NODE_ENV=production webpack --config webpack/config.examples.js",
15-
"test": "NODE_ENV=test jest --forceExit",
15+
"test": "NODE_ENV=test jest",
1616
"test:watch": "NODE_ENV=test jest --watch",
1717
"test:ci": "npm run lint && npm run test",
1818
"fetch-examples": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples.js",

0 commit comments

Comments
 (0)