Skip to content

Commit 8508744

Browse files
authored
Update package.json
1 parent 84b6d07 commit 8508744

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
"prepare": "husky install && npm run build",
3737
"release": "standard-version",
3838
"security": "npm audit --production",
39-
"test:only": "cross-env NODE_ENV=test jest --collectCoverageFrom=src/**/*.js --coverage",
39+
"test:only": "cross-env NODE_ENV=test jest",
4040
"test:only:experimental": "EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest",
4141
"test:watch": "npm run test:only -- --watch",
4242
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",

0 commit comments

Comments
 (0)