Skip to content

Commit

Permalink
refacto test
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillaren committed Jul 24, 2023
1 parent 5aed64b commit 43e6762
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/core/generate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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\\";
Expand Down

0 comments on commit 43e6762

Please sign in to comment.