UNPKG

@rxjs-stuff/marbles

Version:

A set of plugins that provide a natural feeling integration with Mocha and Chai for RxJS "marbles" testing.

8 lines 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const chai = require("chai"); const chai_1 = require("@rxjs-stuff/marbles/chai"); const browser_1 = require("@rxjs-stuff/marbles/mocha/browser"); chai.use(chai_1.chaiMarbles); browser_1.mochaMarbles(chai_1.config); //# sourceMappingURL=mocha-chai-config.js.map