@magic/test
Version:
simple yet powerful unit testing library
17 lines (16 loc) • 650 B
TypeScript
export { cleanError } from './cleanError.js'
export { cleanFunctionString } from './cleanFunctionString.js'
export { curry } from './curry.js'
export * from './env.js'
export { getTestKey } from './getTestKey.js'
export { http } from './http.js'
export { promise } from './promise.js'
export * as stats from './stats/index.js'
export { store } from './store.js'
export { vals } from './vals.js'
export { version } from './version.js'
export { tryCatch } from './tryCatch.js'
export { mock } from './mock/index.js'
export { getFNS } from './getFNS.js'
export { suiteNeedsIsolation } from './suiteNeedsIsolation.js'
//# sourceMappingURL=index.d.ts.map