There was an error while loading. Please reload this page.
1 parent abb4d02 commit 0efe176Copy full SHA for 0efe176
docs/example-formik.md
@@ -75,7 +75,7 @@ test('rendering and submitting a basic Formik form', async () => {
75
email: 'john.dee@someemail.com',
76
firstName: 'John',
77
lastName: 'Dee',
78
- }, expect.anything())
+ })
79
)
80
})
81
```
0 commit comments