Skip to content

Commit

Permalink
test: make sure we run all test files through tap
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlucas committed Apr 4, 2016
1 parent dac71d7 commit fbb0631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"package-osx": "make package-osx",
"start": "electron .",
"pretest": "npm run lint",
"test": "EYEARESEE_HOME=$(pwd)/test/fixtures/HOME tap test/*.js test/**/*.js test/**/**/*.js --cov"
"test": "EYEARESEE_HOME=$(pwd)/test/fixtures/HOME tap test --cov"
},
"dependencies": {
"argsplit": "~1.0.4",
Expand Down

0 comments on commit fbb0631

Please sign in to comment.