We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85ed22 commit 021cbebCopy full SHA for 021cbeb
package.json
@@ -3,7 +3,7 @@
3
"version": "1.3.1",
4
"scripts": {
5
"pretest": "sass --source-map ./test/test.scss ./test/test.css",
6
- "test": "./bin/css-coverage.js --cover-declarations --html ./test/test.html --css ./test/test.css --lcov ./test/test.lcov --ignore-declarations 'move-to,move-foobar'",
+ "test": "./bin/css-coverage.js --html ./test/test.html --css ./test/test.css --lcov ./test/test.lcov --ignore-declarations 'move-to,move-foobar'",
7
"test-debug": "node --inspect-brk ./bin/css-coverage.js --cover-declarations --html ./test/test.html --css ./test/test.css --lcov ./test/test.lcov",
8
"posttest": "standard --fix"
9
},
0 commit comments