We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997a50b commit 93f10c6Copy full SHA for 93f10c6
test/options.test.ts
@@ -18,7 +18,7 @@ const externalsOptionsArbitrary = (): Arbitrary<ExternalsOptions> => fc.record({
18
optDeps: fc.boolean(),
19
include: fc.oneof(fc.string(), fc.array(fc.string())),
20
exclude: fc.oneof(fc.string(), fc.array(fc.string())),
21
-}, { withDeletedKeys: true })
+}, { requiredKeys: [] })
22
23
testProp(
24
'Does not throw on constructing plugin object for valid input',
0 commit comments