Open
Description
The fix here is for ember-cli-blanket
to hook ember-cli-test-loader
to insert its module instrumentation. That's the ideal insertion point for what you're trying to accomplish. This also has the benefit of reducing the number of intimate and private APIs inside of Ember's module loading infrastructure that it needs to touch. Also it no longer has to support autostart
as a feature since modules will be instrumented as part of the same loading step that Ember normally uses.
Reference: ember-cli/ember-cli-qunit#147
Metadata
Metadata
Assignees
Labels
No labels