UNPKG

@fast-check/vitest

Version:

Property based testing for Vitest based on fast-check

7 lines (6 loc) 248 B
import * as fc from 'fast-check'; import { buildTest } from './internals/TestBuilder.js'; import { testAPIRefined } from './internals/TestAlongGenerator.js'; export const test = buildTest(testAPIRefined, fc); export const it = test; export { fc };