Skip to content

Commit e3eaa5d

Browse files
committed
chore: updated snap
1 parent 2902a5a commit e3eaa5d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`nullables 1`] = `
4-
"import type { Jsonifiable, Jsonify } from "type-fest";
5-
import type { JsonifiableObject } from "type-fest/source/jsonifiable.js";
6-
7-
export type MySchemaLolOrNullable = "lol" | "kek" | null;
4+
"export type MySchemaLolOrNullable = "lol" | "kek" | null;
85
"
96
`;

0 commit comments

Comments
 (0)