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.
2 parents f5b7d03 + 55d4cfe commit d26d367Copy full SHA for d26d367
tests/features/transition.spec.ts
@@ -6,5 +6,5 @@ test('works with transitions', async () => {
6
expect(wrapper.find('#message').exists()).toBe(false)
7
8
await wrapper.find('button').trigger('click')
9
- expect(wrapper.find('#message')).toBeTruthy()
+ expect(wrapper.find('#message').exists()).toBe(true)
10
})
0 commit comments