Skip to content

Commit

Permalink
✅ re arrange helper tests closes sasstools#322
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPurdy committed May 17, 2016
1 parent b2f8523 commit 041db13
Show file tree
Hide file tree
Showing 28 changed files with 1,592 additions and 1,357 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"preversion": "npm test",
"pretest": "eslint .",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec -t 3000 tests tests/rules",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec -t 3000 tests tests/rules tests/helpers",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"bin": {
Expand Down
Loading

0 comments on commit 041db13

Please sign in to comment.