Skip to content

Commit 52405ea

Browse files
committed
Update prettier test name.
1 parent abffb8f commit 52405ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"scripts": {
2727
"format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js",
28-
"test": "yarn run test:lint && yarn run test:jest",
28+
"test": "yarn run test:pretty && yarn run test:jest",
2929
"test:jest": "jest *.js",
30-
"test:lint": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js"
30+
"test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js"
3131
},
3232
"devDependencies": {
3333
"babel-jest": "19.0.0",

0 commit comments

Comments
 (0)