[improvement] List: fix typo in test cases

This commit is contained in:
陈嘉涵
2019-06-06 17:49:10 +08:00
parent 34923c7513
commit 094380416e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ test('keep-alive live cycle', () => {
expect(wrapper.vm.$el).toBeTruthy();
wrapper.vm.show = false;
expect(wrapper.vm.el).toBeFalsy();
expect(wrapper.vm.$el.nodeType).toEqual(Node.COMMENT_NODE);
});
test('check the case that scroller is not window', async () => {