JezK
Edit File: index-spec.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var index = require("rxjs/operators"); var chai_1 = require("chai"); describe('operators/index', function () { it('should export operators', function () { (0, chai_1.expect)(index.audit).to.exist; (0, chai_1.expect)(index.auditTime).to.exist; (0, chai_1.expect)(index.buffer).to.exist; (0, chai_1.expect)(index.bufferCount).to.exist; (0, chai_1.expect)(index.bufferTime).to.exist; (0, chai_1.expect)(index.bufferToggle).to.exist; (0, chai_1.expect)(index.bufferWhen).to.exist; (0, chai_1.expect)(index.catchError).to.exist; (0, chai_1.expect)(index.combineAll).to.exist; (0, chai_1.expect)(index.combineLatestAll).to.exist; (0, chai_1.expect)(index.concatAll).to.exist; (0, chai_1.expect)(index.concatMap).to.exist; (0, chai_1.expect)(index.concatMapTo).to.exist; (0, chai_1.expect)(index.count).to.exist; (0, chai_1.expect)(index.debounce).to.exist; (0, chai_1.expect)(index.debounceTime).to.exist; (0, chai_1.expect)(index.defaultIfEmpty).to.exist; (0, chai_1.expect)(index.delay).to.exist; (0, chai_1.expect)(index.delayWhen).to.exist; (0, chai_1.expect)(index.dematerialize).to.exist; (0, chai_1.expect)(index.distinct).to.exist; (0, chai_1.expect)(index.distinctUntilChanged).to.exist; (0, chai_1.expect)(index.distinctUntilKeyChanged).to.exist; (0, chai_1.expect)(index.elementAt).to.exist; (0, chai_1.expect)(index.every).to.exist; (0, chai_1.expect)(index.exhaust).to.exist; (0, chai_1.expect)(index.exhaustAll).to.exist; (0, chai_1.expect)(index.exhaustMap).to.exist; (0, chai_1.expect)(index.expand).to.exist; (0, chai_1.expect)(index.filter).to.exist; (0, chai_1.expect)(index.finalize).to.exist; (0, chai_1.expect)(index.find).to.exist; (0, chai_1.expect)(index.findIndex).to.exist; (0, chai_1.expect)(index.first).to.exist; (0, chai_1.expect)(index.groupBy).to.exist; (0, chai_1.expect)(index.ignoreElements).to.exist; (0, chai_1.expect)(index.isEmpty).to.exist; (0, chai_1.expect)(index.last).to.exist; (0, chai_1.expect)(index.map).to.exist; (0, chai_1.expect)(index.mapTo).to.exist; (0, chai_1.expect)(index.materialize).to.exist; (0, chai_1.expect)(index.max).to.exist; (0, chai_1.expect)(index.mergeAll).to.exist; (0, chai_1.expect)(index.mergeMap).to.exist; (0, chai_1.expect)(index.flatMap).to.exist; (0, chai_1.expect)(index.mergeMap).to.exist; (0, chai_1.expect)(index.mergeMapTo).to.exist; (0, chai_1.expect)(index.mergeScan).to.exist; (0, chai_1.expect)(index.min).to.exist; (0, chai_1.expect)(index.multicast).to.exist; (0, chai_1.expect)(index.observeOn).to.exist; (0, chai_1.expect)(index.pairwise).to.exist; (0, chai_1.expect)(index.partition).to.exist; (0, chai_1.expect)(index.pluck).to.exist; (0, chai_1.expect)(index.publish).to.exist; (0, chai_1.expect)(index.publishBehavior).to.exist; (0, chai_1.expect)(index.publishLast).to.exist; (0, chai_1.expect)(index.publishReplay).to.exist; (0, chai_1.expect)(index.reduce).to.exist; (0, chai_1.expect)(index.repeat).to.exist; (0, chai_1.expect)(index.repeatWhen).to.exist; (0, chai_1.expect)(index.retry).to.exist; (0, chai_1.expect)(index.retryWhen).to.exist; (0, chai_1.expect)(index.refCount).to.exist; (0, chai_1.expect)(index.sample).to.exist; (0, chai_1.expect)(index.sampleTime).to.exist; (0, chai_1.expect)(index.scan).to.exist; (0, chai_1.expect)(index.sequenceEqual).to.exist; (0, chai_1.expect)(index.share).to.exist; (0, chai_1.expect)(index.shareReplay).to.exist; (0, chai_1.expect)(index.single).to.exist; (0, chai_1.expect)(index.skip).to.exist; (0, chai_1.expect)(index.skipLast).to.exist; (0, chai_1.expect)(index.skipUntil).to.exist; (0, chai_1.expect)(index.skipWhile).to.exist; (0, chai_1.expect)(index.startWith).to.exist; (0, chai_1.expect)(index.switchAll).to.exist; (0, chai_1.expect)(index.switchScan).to.exist; (0, chai_1.expect)(index.switchMap).to.exist; (0, chai_1.expect)(index.switchMapTo).to.exist; (0, chai_1.expect)(index.take).to.exist; (0, chai_1.expect)(index.takeLast).to.exist; (0, chai_1.expect)(index.takeUntil).to.exist; (0, chai_1.expect)(index.takeWhile).to.exist; (0, chai_1.expect)(index.tap).to.exist; (0, chai_1.expect)(index.throttle).to.exist; (0, chai_1.expect)(index.throttleTime).to.exist; (0, chai_1.expect)(index.timeInterval).to.exist; (0, chai_1.expect)(index.timeout).to.exist; (0, chai_1.expect)(index.timeoutWith).to.exist; (0, chai_1.expect)(index.timestamp).to.exist; (0, chai_1.expect)(index.toArray).to.exist; (0, chai_1.expect)(index.window).to.exist; (0, chai_1.expect)(index.windowCount).to.exist; (0, chai_1.expect)(index.windowTime).to.exist; (0, chai_1.expect)(index.windowToggle).to.exist; (0, chai_1.expect)(index.windowWhen).to.exist; (0, chai_1.expect)(index.withLatestFrom).to.exist; (0, chai_1.expect)(index.zipAll).to.exist; }); }); //# sourceMappingURL=index-spec.js.map