Skip to content

Commit

Permalink
Merge pull request #716 from DanPurdy/feature/split-helpers
Browse files Browse the repository at this point in the history
Re arrange helper tests
  • Loading branch information
bgriffith committed Jun 6, 2016
2 parents ff4f5f1 + 4bdbc94 commit 4970c3c
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 4970c3c

Please sign in to comment.