File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import addonFileA from 'in-repo-a/test-file';
44import addonFileB from 'in-repo-b/test-file' ;
55import fileA from 'dummy/a' ;
66import fileB from 'dummy/b' ;
7- import shadowedFile from 'dummy/shadowed-file' ;
87import { description as fromAts } from 'in-repo-a/test-support/from-ats' ;
98import { 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' ) ;
You can’t perform that action at this time.
0 commit comments