Skip to content

Commit

Permalink
Include tests of persistence hooks from juggler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Bajtoš committed Feb 4, 2015
1 parent c6df057 commit 08bb438
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"debug": "^2.1.1"
},
"devDependencies": {
"loopback-datasource-juggler": "^2.13.0",
"loopback-datasource-juggler": "^2.15.0",
"mocha": "^2.1.0",
"rc": "^0.5.5",
"should": "^4.6.3"
Expand Down
4 changes: 4 additions & 0 deletions test/persistence-hooks.test.js
@@ -0,0 +1,4 @@
var should = require('./init');
var suite = require('loopback-datasource-juggler/test/persistence-hooks.suite.js');

suite(global.getDataSource(), should);

0 comments on commit 08bb438

Please sign in to comment.