@hazae41/phobos
Version:
Modern and minimalist testing library for the web
10 lines (9 loc) • 445 B
JavaScript
export { assert } from './assert/assert.mjs';
export { AssertError } from './assert/error.mjs';
export { rejects, throws } from './assert/throws/throws.mjs';
export { Context } from './runner/context/context.mjs';
export { TestError } from './runner/error.mjs';
export { test, unwrap } from './runner/global/global.mjs';
export { Call } from './spyer/call.mjs';
export { Spyer, spy } from './spyer/spyer.mjs';
//# sourceMappingURL=index.mjs.map