Skip to content

Commit 6294b7a

Browse files
committed
chore: updated snap with no specific code formatting
1 parent cb5927b commit 6294b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/__snapshots__/nullables.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

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

0 commit comments

Comments
 (0)