Skip to content

Commit

Permalink
Removed some ES6 features from the pouchdb-show tests so they work on…
Browse files Browse the repository at this point in the history
… Node6+.
  • Loading branch information
loic committed Jan 23, 2018
1 parent b669e33 commit 78d6713
Show file tree
Hide file tree
Showing 7 changed files with 358 additions and 321 deletions.
2 changes: 1 addition & 1 deletion tests/pouchdb-rewrite/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Rewrite = require('../../packages/node_modules/pouchdb-rewrite');

const List = require('../../packages/node_modules/pouchdb-list');
const Security = require('../../packages/node_modules/pouchdb-security');
const Show = require('pouchdb-show');
const Show = require('../../packages/node_modules/pouchdb-show');
const Update = require('pouchdb-update');
const Validation = require('pouchdb-validation');

Expand Down
2 changes: 1 addition & 1 deletion tests/pouchdb-security/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Security = require('../../packages/node_modules/pouchdb-security');
const Show = require('pouchdb-show');
const Show = require('../../packages/node_modules/pouchdb-show');
const stuff = require('pouchdb-plugin-helper/testutils');

stuff.PouchDB.plugin(Security);
Expand Down
Loading

0 comments on commit 78d6713

Please sign in to comment.