Skip to content

Commit ec0ec8a

Browse files
committed
Modify description for the unit test
1 parent 47c0130 commit ec0ec8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/InfiniteLoading.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ describe('InfiniteLoading.vue', () => {
262262
app.$mount('#app');
263263
});
264264

265-
it('should work with customize scroll plugin like iScroll', (done) => {
265+
it('should work with customize scroll plugin like perfect-scroll', (done) => {
266266
const infiniteWrapper = document.createElement('div');
267267
const wrapper = document.createElement('div');
268268

0 commit comments

Comments
 (0)