Assert that tree exists, fix tests (#358)

* assert that tree exists, fix tests

* make assertions more helpful
This commit is contained in:
Tim Wisniewski
2016-12-22 06:55:36 -05:00
committed by GitHub
parent ff1073a664
commit 3b5740c00e
4 changed files with 12 additions and 20 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ test('rehydration', function (t) {
const node = html`
<section id="app-root">
<div id="app-root">Hello squirrel!</span>
<div>Hello squirrel!</span>
</section>
`