Skip to content

Commit

Permalink
Fixed test runner. Now properly runs when called from npm test.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosney committed Oct 8, 2014
1 parent 6666ab1 commit a7ed995
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 @@ -54,6 +54,6 @@
"url": "https://github.com/diosney/node-netfilter.git"
},
"scripts": {
"test": "mocha test/unit/*.js"
"test": "mocha --recursive --timeout 5000 --reporter spec test/"
}
}

0 comments on commit a7ed995

Please sign in to comment.