Skip to content

Commit 463712b

Browse files
GeekQiaQialmiller1990
authored andcommitted
update
1 parent bbdce67 commit 463712b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ test('submits the form', async () => {
207207

208208
await wrapper.find('form').trigger('submit.prevent')
209209

210-
expect(wrapper.emitted('submit')[0][0]).toBe({
210+
expect(wrapper.emitted('submit')[0][0]).toStrictEqual({
211211
email,
212212
description,
213213
city,

0 commit comments

Comments
 (0)