Skip to content

Commit 2ee2b43

Browse files
committed
test: run all tests
1 parent bdfcdf4 commit 2ee2b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"release:note": "node build/gen-release-note.js",
2626
"test": "npm run lint && ./test.sh",
2727
"unit": "./test.sh",
28-
"unit:run": "jest test/css.spec.js --no-cache --runInBand --coverage --coverageDirectory test/coverage"
28+
"unit:run": "jest test --no-cache --runInBand --coverage --coverageDirectory test/coverage"
2929
},
3030
"author": "Edd Yerburgh",
3131
"license": "MIT",

0 commit comments

Comments
 (0)