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