Skip to content

Commit 021cbeb

Browse files
committed
🔥 --cover-declarations
since unused declarations conflict with that concept
1 parent e85ed22 commit 021cbeb

File tree

2 files changed

+3
-502
lines changed

2 files changed

+3
-502
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.3.1",
44
"scripts": {
55
"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'",
6+
"test": "./bin/css-coverage.js --html ./test/test.html --css ./test/test.css --lcov ./test/test.lcov --ignore-declarations 'move-to,move-foobar'",
77
"test-debug": "node --inspect-brk ./bin/css-coverage.js --cover-declarations --html ./test/test.html --css ./test/test.css --lcov ./test/test.lcov",
88
"posttest": "standard --fix"
99
},

0 commit comments

Comments
 (0)