Skip to content

Commit 71aa04b

Browse files
committed
🎨 Move rule tests in to individual files
Resolves sasstools#123
1 parent dde3684 commit 71aa04b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1025
-1103
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"pretest": "eslint .",
8-
"test": "mocha tests"
8+
"test": "mocha tests && mocha tests/rules"
99
},
1010
"bin": {
1111
"sass-lint": "./bin/sass-lint.js"

0 commit comments

Comments
 (0)