UNPKG

@fast-check/jest

Version:

Property based testing for Jest based on fast-check

9 lines (8 loc) 311 B
import { t as buildTest } from "./TestBuilder-Cff_LiBT.js"; import * as fc from "fast-check"; import { it as it$1, jest, test as test$1 } from "@jest/globals"; //#region src/jest-fast-check.ts const test = buildTest(test$1, jest, fc); const it = buildTest(it$1, jest, fc); //#endregion export { fc, it, test };