UNPKG

@firfi/quint-connect

Version:

Model-based testing framework connecting Quint specifications to TypeScript implementations

3 lines 349 B
import type { SimpleActionMap, SimpleRunOptions } from "./simple.js"; export declare const quintTest: <S, Actions extends SimpleActionMap>(testFn: (name: string, fn: () => Promise<unknown>, timeout?: number) => void, name: string, opts: SimpleRunOptions<S, Actions>, timeout?: number | undefined) => void; //# sourceMappingURL=vitest-simple.d.ts.map