UNPKG

fava

Version:

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

12 lines (11 loc) 267 B
import type { FN, TestFlags } from './types'; declare class Flags { flags: TestFlags; private makeFlagSetter; failing: FN<[], this>; only: FN<[], this>; serial: FN<[], this>; skip: FN<[], this>; todo: FN<[], this>; } export default Flags;