@hazae41/phobos
Version:
Modern and minimalist testing library for the web
9 lines (8 loc) • 402 B
TypeScript
export { assert } from './assert/assert.js';
export { AssertError } from './assert/error.js';
export { rejects, throws } from './assert/throws/throws.js';
export { Context } from './runner/context/context.js';
export { TestError } from './runner/error.js';
export { test, unwrap } from './runner/global/global.js';
export { Call } from './spyer/call.js';
export { Spyer, spy } from './spyer/spyer.js';