Skip to content

Commit

Permalink
no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Apr 29, 2024
1 parent 958b5c4 commit 3967eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');

module.exports = function (defaults) {
const app = new EmberApp(defaults, {
// Add options here
tests: false,
});

// Use `app.import` to add additional libraries to the generated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');

module.exports = function (defaults) {
const app = new EmberApp(defaults, {
// Add options here
tests: false,
});

const { Webpack } = require('@embroider/webpack');
Expand Down

0 comments on commit 3967eaf

Please sign in to comment.