We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb10e1c commit b4d4197Copy full SHA for b4d4197
core/source/Test/Html.mint
@@ -14,6 +14,7 @@ module Test.Html {
14
document.body.appendChild(root)
15
#{%testRender%}(#{node}, root)
16
return new #{%testContext%}(root, () => {
17
+ #{%testRender%}(null, root)
18
document.body.removeChild(root)
19
})
20
})()
0 commit comments