Skip to content

Commit e9e915a

Browse files
committed
chore: runs yarn lint:fix
1 parent b2c0c11 commit e9e915a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/ember-try.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// eslint-disable-next-line n/no-unpublished-require
22
const getChannelURL = require('ember-source-channel-url');
33

4+
// eslint-disable-next-line n/no-unpublished-require
45
const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
56

67
module.exports = async function () {
@@ -114,7 +115,7 @@ module.exports = async function () {
114115
},
115116
},
116117
embroiderSafe({ allowedToFail: true }),
117-
embroiderOptimized({ allowedToFail: true })
118+
embroiderOptimized({ allowedToFail: true }),
118119
],
119120
};
120121
};

0 commit comments

Comments
 (0)