Skip to content

Commit

Permalink
test(ui/ripple): fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Mar 18, 2022
1 parent f859144 commit 83c025c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/varlet-ui/src/ripple/__tests__/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ test('test ripple disabled', async () => {
})

test('test ripple touchmove', async () => {
window.ontouchstart = true
const wrapper = mount(Wrapper, { attachTo: document.body })

await triggerDrag(wrapper, 0, 20)
Expand Down

0 comments on commit 83c025c

Please sign in to comment.