ember-twiddle
ember-twiddle copied to clipboard
Tests, assert.dom
Are we allowed to use assert.dom in the tests? I try to do that and it seems to not work.
https://ember-twiddle.com/851b56060cf554c050b7a49833f52290?openFiles=templates.components.ui-input.hbs
That depends on the qunit-dom library.
Just adding the library doesn't work:

We don't have a mechanism for indicating that a library should be loaded after ember and its testing libs but before the code, right now dependencies are loaded first.