Skip to content

Commit

Permalink
Remove babel6 key in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Aug 21, 2023
1 parent 9101d11 commit 8a80557
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 8a80557

Please sign in to comment.