diff --git a/core/source/Test/Html.mint b/core/source/Test/Html.mint index d046b05a..848f6329 100644 --- a/core/source/Test/Html.mint +++ b/core/source/Test/Html.mint @@ -14,6 +14,7 @@ module Test.Html { document.body.appendChild(root) #{%testRender%}(#{node}, root) return new #{%testContext%}(root, () => { + #{%testRender%}(null, root) document.body.removeChild(root) }) })()