Skip to content

Commit a37570a

Browse files
ykhiraosdras
authored andcommitted
Update comment at cookbook-unit-testing (#1565)
1 parent af299ae commit a37570a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/unit-testing-vue-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ describe('Foo', () => {
162162
// assert the error is rendered
163163
expect(wrapper.find('.error').exists()).toBeTruthy()
164164

165-
// update the `username` and assert error is longer rendered
165+
// update the `username` and assert error is no longer rendered
166166
wrapper.setData({ username: 'Lachlan' })
167167
expect(wrapper.find('.error').exists()).toBeFalsy()
168168
})

0 commit comments

Comments
 (0)