Skip to content

Commit 7114e46

Browse files
committed
chore(test): update snapshot
1 parent f8268c5 commit 7114e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__tests__/__snapshots__/nullables.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

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

0 commit comments

Comments
 (0)