Tests use hyperscript instead of manually constructing nodes
This commit is contained in:
parent
31d2ed4be8
commit
38e2184c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -1308,7 +1308,7 @@ o.spec("route", function() {
|
||||||
}),
|
}),
|
||||||
render: lock(function() {
|
render: lock(function() {
|
||||||
renderCount++
|
renderCount++
|
||||||
return {tag: Component}
|
return m(Component)
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue