Skip to content

Commit

Permalink
Remove config/environment.js file from addon blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Oct 14, 2022
1 parent e79fe7d commit fa97d4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions blueprints/addon/files/addon-config/environment.js

This file was deleted.

1 change: 0 additions & 1 deletion blueprints/addon/index.js
Expand Up @@ -189,7 +189,6 @@ module.exports = {
'^config.*': 'tests/dummy/:path',
'^public.*': 'tests/dummy/:path',

'^addon-config/environment.js': 'config/environment.js',
'^addon-config/ember-try.js': 'config/ember-try.js',

'^npmignore': '.npmignore',
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/addon-smoke-test-slow.js
Expand Up @@ -146,7 +146,7 @@ describe('Acceptance: addon-smoke-test', function () {
return handleError(error, 'tar');
}

let necessaryFiles = ['package.json', 'index.js', 'LICENSE.md', 'README.md', 'config/environment.js'];
let necessaryFiles = ['package.json', 'index.js', 'LICENSE.md', 'README.md'];

let unnecessaryFiles = [
'.gitkeep',
Expand Down

0 comments on commit fa97d4e

Please sign in to comment.