Skip to content

Commit

Permalink
chore(tests): fix embroider optimized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx authored and derrabauke committed Oct 25, 2023
1 parent 973ceb5 commit 2222f44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ const EmberAddon = require("ember-cli/lib/broccoli/ember-addon");
module.exports = function (defaults) {
const app = new EmberAddon(defaults, {
// Add options here
"ember-fetch": {
nativePromise: true,
},
});

/*
Expand Down

0 comments on commit 2222f44

Please sign in to comment.