UNPKG

fava

Version:

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

4 lines (3 loc) 157 B
import type { SuiteImplementation } from './types'; declare const suite: (title: string, implementation: SuiteImplementation) => void; export default suite;