We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d1c90 commit cfe120eCopy full SHA for cfe120e
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