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 a698183 commit 963a060Copy full SHA for 963a060
package.json
@@ -54,7 +54,7 @@
54
"pretty": "prettier --loglevel warn --write \"lib/**/*.{js,json}\" \"test/*.js\"",
55
"pretest": "yarn lint",
56
"spelling": "cspell \"**\"",
57
- "test:only": "jest",
+ "test:only": "node_modules/.bin/jest",
58
"test:watch": "yarn test:only -- --watch",
59
"test:coverage": "yarn test:only -- --collectCoverageFrom=\"lib/**/*.js\" --coverage",
60
"test": "yarn test:coverage",
0 commit comments