Move mocha args to test/mocha.opts

This commit is contained in:
Ryan Graham 2013-12-13 10:27:33 -08:00
parent d5f6bf3a6f
commit a6debbcf13
2 changed files with 3 additions and 1 deletions

View File

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

2
test/mocha.opts Normal file
View File

@ -0,0 +1,2 @@
--globals getSchema
--timeout 15000