glimmerjs / glimmer-vm

MIT License
1.13k stars 190 forks source link

Make the test suite use #qunit-fixture #692

Open chadhietala opened 7 years ago

chadhietala commented 7 years ago

We really should be appending the DOM nodes into #qunit-fixture especially for things that require running the browsers HTML parser.

chadhietala commented 7 years ago

While a lot of this was done in #697 there are still some cases where it should be done. The tricky bit is that the same code path is used for appending SimpleDOM and real DOM.