Skip to content

Commit 963a060

Browse files
ci: fix
1 parent a698183 commit 963a060

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
@@ -54,7 +54,7 @@
5454
"pretty": "prettier --loglevel warn --write \"lib/**/*.{js,json}\" \"test/*.js\"",
5555
"pretest": "yarn lint",
5656
"spelling": "cspell \"**\"",
57-
"test:only": "jest",
57+
"test:only": "node_modules/.bin/jest",
5858
"test:watch": "yarn test:only -- --watch",
5959
"test:coverage": "yarn test:only -- --collectCoverageFrom=\"lib/**/*.js\" --coverage",
6060
"test": "yarn test:coverage",

0 commit comments

Comments
 (0)