lemmy-simplified-federation/src/tests/setup.js
rugk 6ea5a42819
Add unit tests
Some small first unit tests for the common, module, at least.
2018-09-01 13:49:45 +02:00

4 lines
137 B
JavaScript

import "https://unpkg.com/mocha@5.2.0/mocha.js"; /* globals mocha */
// import "./node_modules/sinon/pkg/sinon.js";
mocha.setup("bdd");