Skip to content

Commit

Permalink
Remove buildManagerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
elwayman02 committed Jul 17, 2024
1 parent 4a8f34c commit 5d7372a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
module.exports = async function () {
return {
useYarn: true,
buildManagerOptions() {
return [];
},
// buildManagerOptions() {
// return [];
// },
scenarios: [
{
name: 'ember-lts-4.4',
Expand Down

0 comments on commit 5d7372a

Please sign in to comment.