| 156 | |
| 157 | test("form with different types", () => { |
| 158 | interface FormValues2 { |
| 159 | a: string; |
| 160 | b: boolean; |
| 161 | c: number; |
| 162 | } |
| 163 | |
| 164 | const initialValues: Config<FormValues2>["initialValues"] = { |
| 165 | a: "a", |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…