UNPKG

ava

Version:

Node.js test runner that lets you develop with confidence.

13 lines (9 loc) 411 B
import type {TestFn} from '../types/test-fn.cjs'; export * from '../types/assertions.cjs'; export * from '../types/try-fn.cjs'; export * from '../types/test-fn.cjs'; export * from '../types/subscribable.cjs'; /** Call to declare a test, or chain to declare hooks or test modifiers */ declare const test: TestFn; /** Call to declare a test, or chain to declare hooks or test modifiers */ export default test;