test: update fragment tests

This commit is contained in:
Evan You
2019-08-23 15:27:17 -04:00
parent 589d3c2feb
commit fd1fef5502
9 changed files with 343 additions and 194 deletions

View File

@@ -1,5 +1,5 @@
import {
createVNode as h,
h,
render,
nodeOps,
NodeTypes,
@@ -125,7 +125,7 @@ describe('test renderer', () => {
{
id: 'test'
},
[h('span', 0, 'foo'), 'hello']
[h('span', 'foo'), 'hello']
)
}
}