Skip to content

CoverageProfileConfigZ

const CoverageProfileConfigZ: ZodObject<{ assertionPattern: ZodString; extensions: ZodArray<ZodString>; id: ZodString; keyword: ZodOptional<ZodObject<{ blockOpenKeywords: ZodArray<ZodString>; endKeyword: ZodString; }, $strip>>; openerMatchesStrings: ZodOptional<ZodBoolean>; openerPattern: ZodString; strategy: ZodEnum<{ brace-delimited: "brace-delimited"; call-expression: "call-expression"; do-end-keyword: "do-end-keyword"; indentation-delimited: "indentation-delimited"; }>; syntax: ZodObject<{ comments: ZodDefault<ZodObject<{ block: ZodDefault<ZodArray<ZodTuple<[…, …], null>>>; line: ZodDefault<ZodArray<ZodString>>; }, $strip>>; strings: ZodDefault<ZodArray<ZodObject<{ close: ZodOptional<ZodString>; escape: ZodOptional<ZodUnion<readonly […, …]>>; open: ZodString; }, $strip>>>; }, $strip>; }, $strip>

Defined in: types/src/config.ts:75