Skip to content

Commit

Permalink
test(*): bump ticks (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjennings authored Feb 2, 2022
1 parent cd7f79b commit 638274b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/use-swrv.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('useSWRV', () => {

expect(vm.$el.textContent).toBe('refs:0')
vm.$el.click()
await tick(1)
await tick(2)
expect(vm.$el.textContent).toBe('refs:1')

const vm2 = new Vue({
Expand Down

0 comments on commit 638274b

Please sign in to comment.