test: fix tests

This commit is contained in:
Evan You
2019-09-21 17:48:17 -04:00
parent baa8954884
commit 3f05315d17
3 changed files with 890 additions and 880 deletions

View File

@@ -134,15 +134,15 @@ describe('DOM parser', () => {
ns: DOMNamespaces.HTML,
tag: 'img',
tagType: ElementTypes.ELEMENT,
attrs: [],
directives: [],
props: [],
isSelfClosing: false,
children: [],
loc: {
start: { offset: 0, line: 1, column: 1 },
end: { offset: 5, line: 1, column: 6 },
source: '<img>'
}
},
codegenNode: undefined
})
})