test: Split test utilities to improve test times (#2622)
This commit is contained in:
@@ -326,7 +326,7 @@ describe('deepNoDefaults', () => {
|
||||
value: () => ({}) as unknown as z.core.$ZodType,
|
||||
});
|
||||
|
||||
expect(() => deepRemoveDefaults(schema)).toThrowError(
|
||||
expect(() => deepRemoveDefaults(schema)).toThrow(
|
||||
'deepRemoveDefaults supports full zod schemas only',
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user