We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abffb8f commit 52405eaCopy full SHA for 52405ea
package.json
@@ -25,9 +25,9 @@
25
},
26
"scripts": {
27
"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",
+ "test": "yarn run test:pretty && yarn run test:jest",
29
"test:jest": "jest *.js",
30
- "test:lint": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js"
+ "test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js"
31
32
"devDependencies": {
33
"babel-jest": "19.0.0",
0 commit comments