Skip to content

Commit

Permalink
test: add @ember/string v3.1.1 to embroiderSafe ember-try scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Oct 1, 2023
1 parent cea3228 commit 4ef9b44
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,14 @@ module.exports = async function () {
},
},
},
embroiderSafe(),
{
...embroiderSafe(),
npm: {
devDependencies: {
'@ember/string': '^3.1.1',
},
},
},
embroiderOptimized(),
],
}
Expand Down

0 comments on commit 4ef9b44

Please sign in to comment.