UNPKG

@magic/test

Version:

simple yet powerful unit testing library

12 lines (11 loc) 474 B
export { default as is } from '@magic/types' export { default as deep } from '@magic/deep' export { default as fs } from '@magic/fs' export { default as error } from '@magic/error' export { run } from './run.js' export const log: import('@magic/log').Log export const isProd: boolean export const isTest: boolean export const isDev: boolean export { curry, env, http, mock, promise, store, vals, version, tryCatch } from './lib/index.js' //# sourceMappingURL=index.d.ts.map