Skip to main content

jest timeout

await setTimeout(() => {
expect(wrapper.vm.action).toBe('cancel')
done()
}, 2750)

Comments