Skip to content

Commit 0efe176

Browse files
authored
Revert "Update example-formik.md (#692)" (#876)
This reverts commit e8524e8.
1 parent abb4d02 commit 0efe176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/example-formik.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test('rendering and submitting a basic Formik form', async () => {
7575
7676
firstName: 'John',
7777
lastName: 'Dee',
78-
}, expect.anything())
78+
})
7979
)
8080
})
8181
```

0 commit comments

Comments
 (0)