UNPKG

esmocha

Version:

[Mocha](https://mochajs.org) wrapper with built-in [typescript](https://github.com/node-loaders/loaders/tree/main/workspaces/esbuild), built-in [expect](https://jestjs.io/docs/expect) with [mock](https://github.com/node-loaders/loaders/tree/main/workspace

6 lines 331 B
export { after, after as afterAll, afterEach, before, before as beforeAll, beforeEach, it, test, describe } from 'mocha'; export * from 'mocha-expect-snapshot'; export { jestExpect as expect } from 'mocha-expect-snapshot'; export * from './jest-mock.js'; export * as esmocha from './jest-mock.js'; //# sourceMappingURL=index.js.map