UNPKG

@hazae41/phobos

Version:

Modern and minimalist testing library for the web

12 lines (11 loc) 556 B
import * as index from './mods/index.mjs'; export { index as Phobos }; export { assert } from './mods/assert/assert.mjs'; export { AssertError } from './mods/assert/error.mjs'; export { rejects, throws } from './mods/assert/throws/throws.mjs'; export { Context } from './mods/runner/context/context.mjs'; export { TestError } from './mods/runner/error.mjs'; export { test, unwrap } from './mods/runner/global/global.mjs'; export { Call } from './mods/spyer/call.mjs'; export { Spyer, spy } from './mods/spyer/spyer.mjs'; //# sourceMappingURL=index.mjs.map