diff --git a/index.js b/index.js index 737c5467..fe3d559b 100644 --- a/index.js +++ b/index.js @@ -83,7 +83,7 @@ module.exports = { } if (!this._stripTestSelectors) { - app.import('vendor/ember-test-selectors/patch-component.js'); + host.import('vendor/ember-test-selectors/patch-component.js'); } },