@magic/test
Version:
simple yet powerful unit testing library
13 lines (12 loc) • 493 B
JavaScript
export { cleanError } from './cleanError.mjs'
export { cleanFunctionString } from './cleanFunctionString.mjs'
export { curry } from './curry.mjs'
export * from './env.mjs'
export { getTestKey } from './getTestKey.mjs'
export { promise } from './promise.mjs'
export * as stats from './stats/index.mjs'
export { store } from './store.mjs'
export { vals } from './vals.mjs'
export { version } from './version.mjs'
export { tryCatch } from './tryCatch.mjs'
export { mock } from './mock/index.mjs'