Skip to content

Commit

Permalink
chore: updated snap
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Oct 13, 2024
1 parent 2902a5a commit e3eaa5d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions __tests__/__snapshots__/nullables.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`nullables 1`] = `
"import type { Jsonifiable, Jsonify } from "type-fest";
import type { JsonifiableObject } from "type-fest/source/jsonifiable.js";
export type MySchemaLolOrNullable = "lol" | "kek" | null;
"export type MySchemaLolOrNullable = "lol" | "kek" | null;
"
`;

0 comments on commit e3eaa5d

Please sign in to comment.