chore: use of SchemaGenerator
for FakerGenerator
#129
Annotations
2 errors and 1 warning
Test:
packages/swagger-zod/src/ZodGenerator.test.ts#L229
Error: Snapshot `ZodGenerator enums > generate x-enumNames types 1` mismatched
- Expected
+ Received
[
- "export const enumNames = z.enum([0,1]);",
+ "export const enumNames = z.enum(["","1"]);",
]
❯ packages/swagger-zod/src/ZodGenerator.test.ts:229:18
|
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading