We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2902a5a commit e3eaa5dCopy full SHA for e3eaa5d
1 file changed
__tests__/__snapshots__/nullables.test.ts.snap
@@ -1,9 +1,6 @@
1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
3
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;
+"export type MySchemaLolOrNullable = "lol" | "kek" | null;
8
"
9
`;
0 commit comments