Skip to content

Commit

Permalink
scalability test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda committed Oct 17, 2024
1 parent b820972 commit 86208ee
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1,510 deletions.
2 changes: 1 addition & 1 deletion tests/scalability/initial-replication.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const user = config.users[threadId % config.users.length];
const rewire = require('rewire');
const rpn = require('request-promise-native');

const PouchDB = require('pouchdb');
const PouchDB = require('pouchdb-browser');
PouchDB.plugin(require('pouchdb-adapter-memory'));

const fetchJSON = async (url) => {
Expand Down
Loading

0 comments on commit 86208ee

Please sign in to comment.