UNPKG

512 BTypeScriptView Raw
1/// <reference types="chai" />
2import chai from './chai';
3export { default as createAnalyticsStub } from './create_analytics_stub';
4export { default as createLoggerStub } from './create_logger_stub';
5export { default as createRollbarStub } from './create_rollbar_stub';
6export { default as useSinonSandbox, SinonStub, SinonSpy, SinonFake, SinonMock, SinonFakeTimers, SinonSandbox, } from './use_sinon_sandbox';
7declare const expect: Chai.ExpectStatic;
8export { expect, chai };
9//# sourceMappingURL=index.d.ts.map
\No newline at end of file