diff --git a/src/types.test.tsx b/src/types.test.tsx index 26bc99b..f13f252 100644 --- a/src/types.test.tsx +++ b/src/types.test.tsx @@ -59,7 +59,7 @@ describe("Types", () => { foo: { bar: { baz: string | null } | null } | null; }>; expectTypeOf().toMatchTypeOf< - FormBuilder + FormBuilder >(); // Undefined