mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
test: fix typo (#8688)
This commit is contained in:
parent
cdbdb7ed7d
commit
97ca3a73d5
@ -76,7 +76,7 @@ test('should render status slots correctly', async () => {
|
|||||||
expect(wrapper.html()).toMatchSnapshot();
|
expect(wrapper.html()).toMatchSnapshot();
|
||||||
});
|
});
|
||||||
|
|
||||||
test('shoud not emit update:modelValue event after pulling a short distance', () => {
|
test('should not emit update:modelValue event after pulling a short distance', () => {
|
||||||
const wrapper = mount(PullRefresh);
|
const wrapper = mount(PullRefresh);
|
||||||
const track = wrapper.find('.van-pull-refresh__track');
|
const track = wrapper.find('.van-pull-refresh__track');
|
||||||
triggerDrag(track, 0, 10);
|
triggerDrag(track, 0, 10);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user