Skip to content

Commit

Permalink
Merge pull request #138 from kellyselden/patch-1
Browse files Browse the repository at this point in the history
use host to app.import
  • Loading branch information
Turbo87 authored Jul 31, 2017
2 parents 355bddf + 7444b78 commit ae2f41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
},

Expand Down

0 comments on commit ae2f41e

Please sign in to comment.