We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e85a70 commit 8c4647aCopy full SHA for 8c4647a
package.json
@@ -36,7 +36,7 @@
36
"fix:js": "npm run lint:js -- --fix",
37
"fix:prettier": "npm run lint:prettier -- --write",
38
"fix": "npm-run-all -l fix:js fix:prettier",
39
- "test:only": "cross-env NODE_ENV=test jest -u",
+ "test:only": "cross-env NODE_ENV=test jest",
40
"test:watch": "npm run test:only -- --watch",
41
"test:coverage": "npm run test:only -- --coverage",
42
"pretest": "npm run lint",
0 commit comments