UNPKG

@fast-check/jest

Version:

Property based testing for Jest based on fast-check

8 lines (7 loc) 271 B
import { n as It, t as FastCheckItBuilder } from "./TestBuilder-05FM0mrx.js"; import * as fc from "fast-check"; //#region src/jest-fast-check.d.ts declare const test: FastCheckItBuilder<It>; declare const it: FastCheckItBuilder<It>; //#endregion export { fc, it, test };