Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vscav committed Nov 24, 2023
1 parent ebe452b commit a7d60ce
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,24 +98,8 @@ module.exports = async function () {
},
},
},
embroiderSafe({
npm: {
devDependencies: {
'@embroider/compat': '^3.2.1',
'@embroider/core': '3.3.0',
'@embroider/webpack': '^3.1.5',
},
},
}),
embroiderOptimized({
npm: {
devDependencies: {
'@embroider/compat': '^3.2.1',
'@embroider/core': '^3.2.1',
'@embroider/webpack': '^3.1.5',
},
},
}),
embroiderSafe(),
embroiderOptimized(),
],
};
};

0 comments on commit a7d60ce

Please sign in to comment.