Compare commits

..

No commits in common. "c9d916a3e4f1fb675519f936ba0fee0b81f61561" and "cdbdb7ed7dbc51db473e434d734c3d6081471fe5" have entirely different histories.

4 changed files with 9 additions and 10 deletions

View File

@ -1545,9 +1545,9 @@ has-yarn@^2.1.0:
integrity sha1-E34RNUp7W/EapctknPDG8/8rLnc=
hosted-git-info@^2.1.4:
version "2.8.9"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
version "2.8.5"
resolved "https://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c"
integrity sha1-dZz88sTRVq3lmwst+r3cQqa5xww=
http-cache-semantics@^4.0.0:
version "4.0.3"

View File

@ -873,9 +873,8 @@ has@^1.0.1, has@^1.0.3:
function-bind "^1.1.1"
hosted-git-info@^2.1.4:
version "2.8.9"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
version "2.7.1"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
ignore@^4.0.6:
version "4.0.6"

View File

@ -2247,9 +2247,9 @@ homedir-polyfill@^1.0.1:
parse-passwd "^1.0.0"
hosted-git-info@^2.1.4:
version "2.8.9"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
version "2.7.1"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==
http-cache-semantics@^4.0.0:
version "4.0.3"

View File

@ -76,7 +76,7 @@ test('should render status slots correctly', async () => {
expect(wrapper.html()).toMatchSnapshot();
});
test('should not emit update:modelValue event after pulling a short distance', () => {
test('shoud not emit update:modelValue event after pulling a short distance', () => {
const wrapper = mount(PullRefresh);
const track = wrapper.find('.van-pull-refresh__track');
triggerDrag(track, 0, 10);