Skip to content

Commit d40bece

Browse files
committed
Improve unit test
1 parent fa8797e commit d40bece

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/unit/specs/InfiniteLoading.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ describe('InfiniteLoading.vue', () => {
3636
</div>
3737
`,
3838
components: { InfiniteLoading },
39-
methods: {},
39+
methods: {
40+
onInfinite() {},
41+
},
4042
});
4143
});
4244

0 commit comments

Comments
 (0)