Merge pull request #12 from strongloop/feature/green-ci

Make things work better on CI
This commit is contained in:
Ryan Graham 2013-12-13 10:59:28 -08:00
commit 23e42e7bb1
3 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
node_modules
coverage
*.tgz
*.xml
.loopbackrc

View File

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

2
test/mocha.opts Normal file
View File

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