We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: '[email protected]',
76
firstName: 'John',
77
lastName: 'Dee',
78
- }, expect.anything())
+ })
79
)
80
})
81
```
0 commit comments