@rxjs-stuff/marbles
Version:
A set of plugins that provide a natural feeling integration with Mocha and Chai for RxJS "marbles" testing.
7 lines • 483 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.config = exports.chaiMarbles = void 0;
const chai_marbles_1 = require("./src/chai-marbles");
Object.defineProperty(exports, "chaiMarbles", { enumerable: true, get: function () { return chai_marbles_1.chaiMarbles; } });
exports.config = { assertDeepEqual: chai_marbles_1.assertDeepEqual, beforeEach: chai_marbles_1.beforeEach, afterEach: chai_marbles_1.afterEach };
//# sourceMappingURL=index.js.map