We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97d61d commit 69b4c34Copy full SHA for 69b4c34
docs/guides/common-tips.md
@@ -49,7 +49,7 @@ it('updates text', async () => {
49
await wrapper.trigger('click')
50
expect(wrapper.text()).toContain('updated')
51
52
- wrapper.text().toContain('some different text')
+ expect(wrapper.text()).toContain('some different text')
53
})
54
55
// Or if you're without async/await
0 commit comments