Skip to content

Commit

Permalink
Merge pull request #7903 from kellyselden/MU
Browse files Browse the repository at this point in the history
add MU testing comment
  • Loading branch information
Kelly Selden committed Jul 8, 2018
2 parents b630454 + ac66a36 commit 0ef3f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/acceptance/new-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ describe('Acceptance: ember new', function() {
'--skip-bower',
]);

// the fixture files are now out of sync because
// this only tests file count and names, not contents
let expectedFiles = walkSync(path.join(__dirname, '../fixtures', 'module-unification-addon'))
.sort()
.filter(e => e !== '.DS_Store');
Expand Down

0 comments on commit 0ef3f1b

Please sign in to comment.