@ -17,7 +17,7 @@ export default test({
<p>sauce</p>
<p class="neato">neato</p>
<p>potato</p>
<p>burrito</p>
`
);
}
@ -9,4 +9,4 @@
<Child thing={await 'sauce'} />
<p {...{}} class={await 'neato'}>neato</p>
<Child {...{}} thing={await 'potato'} />
<Child {...{}} thing={await 'burrito'} />