chore: use of SchemaGenerator
for FakerGenerator
#129
Annotations
3 errors and 4 warnings
packages/swagger-zod/src/ZodGenerator.test.ts > ZodGenerator enums > generate x-enumNames types:
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
|
Tests
Process completed with exit code 1.
|
Linting
Process completed with exit code 134.
|
Build
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/.
|
Typecheck
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/.
|
Tests
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/.
|
Linting
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/.
|