Skip to content

Commit

Permalink
test: simplify Embroider scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Jul 8, 2024
1 parent 81167b4 commit cf1b5b2
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,8 @@ module.exports = async function () {
},
},
},
embroiderSafe({
npm: {
dependencies: {
'stream-browserify': '3',
},
},
}),
embroiderOptimized({
npm: {
dependencies: {
'stream-browserify': '3',
},
},
}),
embroiderSafe(),
embroiderOptimized(),
],
};
};

0 comments on commit cf1b5b2

Please sign in to comment.