Merge pull request #191 from strongloop/update/juggler3

Use juggler@3 for running the tests
This commit is contained in:
Miroslav Bajtoš 2016-09-05 16:11:00 +02:00 committed by GitHub
commit 89766587b3
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"lint": "eslint .",
"test": "mocha --timeout 10000 test/*.js",
"posttest": "npm run lint"
},
},
"dependencies": {
"async": "^0.9.0",
"debug": "^2.1.1",
@ -20,7 +20,7 @@
"bluebird": "~2.9.10",
"eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0",
"loopback-datasource-juggler": "^2.28.0",
"loopback-datasource-juggler": "^3.0.0-alpha.7",
"mocha": "^2.1.0",
"rc": "^1.0.0",
"should": "^8.0.2",

View File

@ -32,6 +32,8 @@ describe('mysql', function() {
history: Object,
stars: Number,
userId: ObjectID,
}, {
forceId: false
});
PostWithStringId = db.define('PostWithStringId', {