(a, b)
| 897 | |
| 898 | it("should use isEqual to calculate dirty/pristine", () => { |
| 899 | const isEqual = (a, b) => (a && a.toUpperCase()) === (b && b.toUpperCase()); |
| 900 | const { getByTestId } = render( |
| 901 | <Form onSubmit={onSubmitMock} initialValues={{ name: "bob" }}> |
| 902 | {() => ( |
no outgoing calls
no test coverage detected
searching dependent graphs…