test: update fragment tests
This commit is contained in:
@@ -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']
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user