UNPKG

marsdb-sync-client

Version:

Standalone Meteor DDP client based on MarsDB

9 lines (6 loc) 200 B
require('./polyfills'); var bulk = require('bulk-require'); mocha.ui('bdd'); mocha.reporter('html'); var tests = bulk(__dirname, ['./test/both/*.test.js', './test/browser/*.test.js']); mocha.run();