UNPKG

fava

Version:

A wannabe tiny largely-drop-in replacement for ava that works in the browser too.

3 lines (2 loc) 252 B
declare const test: (<Context extends {} = {}>(title: string, implementation?: import("./types").TestImplementation<Context> | undefined) => void) & Record<import("./types").TestHook, import("./types").TestHookImplementation<{}>>; export default test;