We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfcdf4 commit 2ee2b43Copy full SHA for 2ee2b43
package.json
@@ -25,7 +25,7 @@
25
"release:note": "node build/gen-release-note.js",
26
"test": "npm run lint && ./test.sh",
27
"unit": "./test.sh",
28
- "unit:run": "jest test/css.spec.js --no-cache --runInBand --coverage --coverageDirectory test/coverage"
+ "unit:run": "jest test --no-cache --runInBand --coverage --coverageDirectory test/coverage"
29
},
30
"author": "Edd Yerburgh",
31
"license": "MIT",
0 commit comments