Skip to content

Commit eb2600f

Browse files
pichflmansona
authored andcommitted
Drop afterInstall from component-test blueprint
ember-cli-htmlbars-inline-precompile is no longer necessary
1 parent fd37595 commit eb2600f

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

blueprints/component-test/index.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
const path = require('path');
44
const stringUtil = require('ember-cli-string-utils');
5-
const isPackageMissing = require('ember-cli-is-package-missing');
65
const getPathOption = require('ember-cli-get-component-path-option');
76
const semver = require('semver');
87

@@ -142,17 +141,4 @@ module.exports = {
142141

143142
return false;
144143
},
145-
146-
afterInstall: function (options) {
147-
if (
148-
!options.dryRun &&
149-
options.testType === 'integration' &&
150-
!this._useNamedHbsImport() &&
151-
isPackageMissing(this, 'ember-cli-htmlbars-inline-precompile')
152-
) {
153-
return this.addPackagesToProject([
154-
{ name: 'ember-cli-htmlbars-inline-precompile', target: '^0.3.1' },
155-
]);
156-
}
157-
},
158144
};

0 commit comments

Comments
 (0)