Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed May 6, 2024
1 parent 6a6937e commit 9f2ee2f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/app-template/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ const { maybeEmbroider } = require('@embroider/test-setup');

module.exports = function (defaults) {
let app = new EmberApp(defaults, {
...(process.env.FORCE_BUILD_TESTS ? {
tests: true,
} : undefined),
...(process.env.FORCE_BUILD_TESTS
? {
tests: true,
}
: undefined),
});

return maybeEmbroider(app, {
Expand Down

0 comments on commit 9f2ee2f

Please sign in to comment.