Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function runTestSuites() {
var reporter = require('./perf.reporter');
reporter.log('Testing PouchDB version ' + PouchDB.version +
(opts.adapter ?
(', using adapter: ' + opts.adapter) : '') +
'\n\n');
require('./perf.basics')(opts);
}