Skip to content

Commit b4d4197

Browse files
committed
Properly remove test nodes when cleaning up.
1 parent bb10e1c commit b4d4197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/source/Test/Html.mint

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module Test.Html {
1414
document.body.appendChild(root)
1515
#{%testRender%}(#{node}, root)
1616
return new #{%testContext%}(root, () => {
17+
#{%testRender%}(null, root)
1718
document.body.removeChild(root)
1819
})
1920
})()

0 commit comments

Comments
 (0)