Make 'npm test' more useful to CI
This commit is contained in:
parent
065aaf0ece
commit
d5f6bf3a6f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue