Make 'npm test' more useful to CI

This commit is contained in:
Ryan Graham 2013-11-27 10:29:10 -08:00
parent 065aaf0ece
commit d5f6bf3a6f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "MySQL connector for loopback-datasource-juggler",
"main": "index.js",
"scripts": {
"test": "make test"
"test": "mocha --globals getSchema --timeout 15000"
},
"dependencies": {
"mysql": "~2.0.0-rc2",