diff --git a/docs/example-formik.md b/docs/example-formik.md index 0da742a33..1d2486c5a 100644 --- a/docs/example-formik.md +++ b/docs/example-formik.md @@ -75,7 +75,7 @@ test('rendering and submiting a basic Formik form', async () => { email: 'jhon.dee@someemail.com', firstName: 'Jhon', lastName: 'Dee', - }) + }, expect.anything()) ) }) ```