Skip to content

Commit 8c4647a

Browse files
committed
chore: remove flag
1 parent 4e85a70 commit 8c4647a

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
@@ -36,7 +36,7 @@
3636
"fix:js": "npm run lint:js -- --fix",
3737
"fix:prettier": "npm run lint:prettier -- --write",
3838
"fix": "npm-run-all -l fix:js fix:prettier",
39-
"test:only": "cross-env NODE_ENV=test jest -u",
39+
"test:only": "cross-env NODE_ENV=test jest",
4040
"test:watch": "npm run test:only -- --watch",
4141
"test:coverage": "npm run test:only -- --coverage",
4242
"pretest": "npm run lint",

0 commit comments

Comments
 (0)