Skip to content

Commit

Permalink
Merge pull request #498 from babel/remove-babel6-key-in-test
Browse files Browse the repository at this point in the history
Remove `babel6` key in test
  • Loading branch information
bertdeblock committed Aug 23, 2023
2 parents 9101d11 + 8a80557 commit 73e421f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-tests/addon-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ describe('ember-cli-babel', function() {
this.addon.parent = Object.assign({}, this.addon.parent, {
dependencies() { return {}; },
options: {
babel6: {
babel: {
plugins: [ {} ]
},
},
Expand Down

0 comments on commit 73e421f

Please sign in to comment.