import * as fc from'fast-check';
import { it as itJest, test as testJest, jest } from'@jest/globals';
import { buildTest } from'./internals/TestBuilder.js';
exportconst test = buildTest(testJest, jest, fc);
exportconst it = buildTest(itJest, jest, fc);
export { fc };