We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf4ad8 commit fcdbcc0Copy full SHA for fcdbcc0
test/test.js
@@ -302,7 +302,6 @@ tressa.async(function (done) {
302
tressa.assert(div.firstChild.firstChild === br, 'one child is added');
303
hyperHTML.bind(div)`<div>${hr}</div>`;
304
tressa.assert(div.firstChild.firstChild === hr, 'one child is changed');
305
- debugger;
306
hyperHTML.bind(div)`<div>${[hr, br]}</div>`;
307
tressa.assert(
308
div.firstChild.childNodes[0] === hr &&
0 commit comments