test: fix typo (#8688)

This commit is contained in:
BeADre 2021-05-10 19:13:57 +08:00 committed by GitHub
parent cdbdb7ed7d
commit 97ca3a73d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);