Skip to content

Commit

Permalink
Remove unneeded treeForVendor
Browse files Browse the repository at this point in the history
This was missed in e6beae6.
  • Loading branch information
rwjblue committed Jun 15, 2021
1 parent 5b3f439 commit a05a0fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ module.exports = function (defaults) {
eslint: {
testGenerator: 'qunit',
},
trees: {
vendor: 'tests/dummy/vendor',
},
};

let app = new EmberAddon(defaults, options);
Expand Down
12 changes: 0 additions & 12 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,4 @@ module.exports = {

return debugTree(output, 'addon-test-support:output');
},

treeForVendor(rawVendorTree) {
let babelAddon = this.addons.find(addon => addon.name === 'ember-cli-babel');

let transpiledVendorTree = babelAddon.transpileTree(rawVendorTree, {
'ember-cli-babel': {
compileModules: false,
},
});

return transpiledVendorTree;
},
};

0 comments on commit a05a0fc

Please sign in to comment.