Tweak to path-finding tests. Specify test patterns outside of mocha.opts

This commit is contained in:
Nicholas Dudfield
2014-01-24 17:31:19 +07:00
committed by Vinnie Falco
parent 580d179dd0
commit aad074cd8e
4 changed files with 11 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
},
"scripts": {
"test": "mocha"
"test": "mocha test/websocket-test.js test/server-test.js test/*-test.{js,coffee}"
},
"repository": {
@@ -31,4 +31,4 @@
},
"readmeFilename": "README.md"
}
}