Skip to content

Commit 852a7df

Browse files
committed
Remove app/addon shadowing test
1 parent 13c9081 commit 852a7df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/unit/build-test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import addonFileA from 'in-repo-a/test-file';
44
import addonFileB from 'in-repo-b/test-file';
55
import fileA from 'dummy/a';
66
import fileB from 'dummy/b';
7-
import shadowedFile from 'dummy/shadowed-file';
87
import { description as fromAts } from 'in-repo-a/test-support/from-ats';
98
import { description as fromTs } from 'dummy/tests/from-ts';
109

@@ -19,10 +18,6 @@ module('Unit | Build', function() {
1918
assert.equal(fileB, 'dummy/b');
2019
});
2120

22-
test('app files aren\'t shadowed by addons\' app tree files', function(assert) {
23-
assert.equal(shadowedFile, 'dummy/shadowed-file');
24-
});
25-
2621
test('addon\'s addon-test-support files end up in <addon-name>/test-support/*', function (assert) {
2722
assert.ok(fromAts);
2823
assert.equal(fromAts, 'From addon-test-support');

0 commit comments

Comments
 (0)