Skip to content

Commit 3967eaf

Browse files
committed
no tests
1 parent 958b5c4 commit 3967eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/ember-classic/ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
44

55
module.exports = function (defaults) {
66
const app = new EmberApp(defaults, {
7-
// Add options here
7+
tests: false,
88
});
99

1010
// Use `app.import` to add additional libraries to the generated

dev-packages/e2e-tests/test-applications/ember-embroider/ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
44

55
module.exports = function (defaults) {
66
const app = new EmberApp(defaults, {
7-
// Add options here
7+
tests: false,
88
});
99

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

0 commit comments

Comments
 (0)