Skip to content

Commit

Permalink
Move ember-try.js config file to tests/dummy/config/ember-try.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Oct 14, 2022
1 parent e79fe7d commit 2ba59ca
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion blueprints/addon/files/npmignore
Expand Up @@ -22,7 +22,6 @@
/.travis.yml
/.watchmanconfig
/bower.json
/config/ember-try.js
/CONTRIBUTING.md
/ember-cli-build.js
/testem.js
Expand Down
2 changes: 1 addition & 1 deletion blueprints/addon/index.js
Expand Up @@ -190,7 +190,7 @@ module.exports = {
'^public.*': 'tests/dummy/:path',

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

'^npmignore': '.npmignore',
},
Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/new-test.js
Expand Up @@ -510,7 +510,7 @@ describe('Acceptance: ember new', function () {
let fixturePath = `${namespace}/defaults`;

[
'config/ember-try.js',
'tests/dummy/config/ember-try.js',
'tests/dummy/app/templates/application.hbs',
'.github/workflows/ci.yml',
'README.md',
Expand Down Expand Up @@ -579,7 +579,7 @@ describe('Acceptance: ember new', function () {
let fixturePath = 'addon/yarn';

[
'config/ember-try.js',
'tests/dummy/config/ember-try.js',
'tests/dummy/app/templates/application.hbs',
'.github/workflows/ci.yml',
'README.md',
Expand Down

0 comments on commit 2ba59ca

Please sign in to comment.