diff --git a/src/core/generate.test.ts b/src/core/generate.test.ts index b19cf05..7397437 100644 --- a/src/core/generate.test.ts +++ b/src/core/generate.test.ts @@ -949,10 +949,7 @@ describe("generate", () => { }); it("should generate the zod schemas with right import", () => { - const result = getZodSchemasFile(input); - - console.log(result); - expect(result).toMatchInlineSnapshot(` + expect(getZodSchemasFile(input)).toMatchInlineSnapshot(` "// Generated by ts-to-zod import { z } from \\"zod\\";