@hazae41/phobos
Version:
Modern and minimalist testing library for the web
11 lines (10 loc) • 512 B
TypeScript
import * as index from './mods/index.js';
export { index as Phobos };
export { assert } from './mods/assert/assert.js';
export { AssertError } from './mods/assert/error.js';
export { rejects, throws } from './mods/assert/throws/throws.js';
export { Context } from './mods/runner/context/context.js';
export { TestError } from './mods/runner/error.js';
export { test, unwrap } from './mods/runner/global/global.js';
export { Call } from './mods/spyer/call.js';
export { Spyer, spy } from './mods/spyer/spyer.js';