Just looking here:

the first tags are ember/emberjs.
But with the v3 release candidate (and higher), ember is no longer really relevant to use qunit-dom (it doesn't need to be).
support for ember isn't even really a thing.
(aside from this id here:
|
: () => document.querySelector('#ember-testing'); |
-- but that could probably be made configurable )
qunit-dom now works with anything, in any environment ✨
(JSBin example here: https://jsbin.com/fipayiy/edit?html,output )
Just looking here:

the first tags are ember/emberjs.
But with the v3 release candidate (and higher), ember is no longer really relevant to use qunit-dom (it doesn't need to be).
support for ember isn't even really a thing.
(aside from this id here:
qunit-dom/packages/qunit-dom/lib/qunit-dom-modules.ts
Line 16 in d765ecf
qunit-dom now works with anything, in any environment ✨
(JSBin example here: https://jsbin.com/fipayiy/edit?html,output )