UNPKG

@fast-check/vitest

Version:

Property based testing for Vitest based on fast-check

4 lines (3 loc) 147 B
import type { TestAPI } from 'vitest'; import type { ExtraContext } from './types.js'; export declare const testAPIRefined: TestAPI<ExtraContext>;