We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c0c11 commit e9e915aCopy full SHA for e9e915a
config/ember-try.js
@@ -1,6 +1,7 @@
1
// eslint-disable-next-line n/no-unpublished-require
2
const getChannelURL = require('ember-source-channel-url');
3
4
+// eslint-disable-next-line n/no-unpublished-require
5
const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
6
7
module.exports = async function () {
@@ -114,7 +115,7 @@ module.exports = async function () {
114
115
},
116
117
embroiderSafe({ allowedToFail: true }),
- embroiderOptimized({ allowedToFail: true })
118
+ embroiderOptimized({ allowedToFail: true }),
119
],
120
};
121
0 commit comments