Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
make tests exit with right status code
Browse files Browse the repository at this point in the history
  • Loading branch information
snd committed Jan 11, 2015
1 parent acfca74 commit 2e6b69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"compile": "node_modules/coffee-script/bin/coffee --bare --compile --output lib/ src/",
"prepublish": "npm run compile",
"pretest": "npm run compile",
"test": "node_modules/nodeunit/bin/nodeunit test/*.coffee || :"
"test": "node_modules/nodeunit/bin/nodeunit test/*.coffee"
},
"main": "lib/kup"
}

0 comments on commit 2e6b69f

Please sign in to comment.