Skip to content

Commit 93f10c6

Browse files
committed
Fix usage of fast-check 4 in test
1 parent 997a50b commit 93f10c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/options.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const externalsOptionsArbitrary = (): Arbitrary<ExternalsOptions> => fc.record({
1818
optDeps: fc.boolean(),
1919
include: fc.oneof(fc.string(), fc.array(fc.string())),
2020
exclude: fc.oneof(fc.string(), fc.array(fc.string())),
21-
}, { withDeletedKeys: true })
21+
}, { requiredKeys: [] })
2222

2323
testProp(
2424
'Does not throw on constructing plugin object for valid input',

0 commit comments

Comments
 (0)