Skip to content

Commit

Permalink
Slight test reorganization, prepping for some worker & runner tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceejbot committed May 4, 2013
1 parent 8883f39 commit 34b40cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
**log
.DS_Store
test/coverage.html
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"blanket": "*",
"chai": "*",
"mocha": "*",
"mocha": "> 1.9",
"travis-cov": "*"
},
"repository" : { "type": "git", "url" : "git://github.com/ceejbot/fivebeans.git" },
Expand All @@ -23,8 +23,9 @@
"bin" : { "beanworker": "./bin/beanworker" },
"scripts" :
{
"test": "node_modules/.bin/mocha -R spec test/test*.js",
"test-cov": "node_modules/.bin/mocha --require blanket -R travis-cov test/test*.js",
"test": "./node_modules/.bin/mocha -R spec test/test*.js",
"test-cov": "./node_modules/.bin/mocha --require blanket -R travis-cov test/test*.js",
"coverage": "./node_modules/.bin/mocha --require blanket -R html-cov test/test*.js > test/coverage.html",
"blanket":
{
"pattern": "//^((?!\/node_modules|test|examples\/).)*$/ig",
Expand Down
File renamed without changes.

0 comments on commit 34b40cb

Please sign in to comment.