@rxjs-stuff/marbles
Version:
A set of plugins that provide a natural feeling integration with Mocha and Chai for RxJS "marbles" testing.
10 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.mochaMarbles = void 0;
const mocha = require("mocha");
const mocha_marbles_1 = require("./mocha-marbles");
const mochaMarbles = (config) => {
return mocha_marbles_1.setUpMochaMarbles(mocha, config);
};
exports.mochaMarbles = mochaMarbles;
//# sourceMappingURL=mocha-marbles-node.js.map