@@ -81,7 +81,7 @@ describe('Acceptance: ember-cli-typescript generator', function() {
8181 const environmentTypes = file ( 'app/config/environment.d.ts' ) ;
8282 expect ( environmentTypes ) . to . exist ;
8383
84- const emberDataCatchallTypes = file ( 'types/ember-data.d.ts' ) ;
84+ const emberDataCatchallTypes = file ( 'types/ember-data/types/registries/model .d.ts' ) ;
8585 expect ( emberDataCatchallTypes ) . to . exist ;
8686 } ) ;
8787 } ) ;
@@ -135,7 +135,7 @@ describe('Acceptance: ember-cli-typescript generator', function() {
135135 const environmentTypes = file ( 'tests/dummy/app/config/environment.d.ts' ) ;
136136 expect ( environmentTypes ) . to . exist ;
137137
138- const emberDataCatchallTypes = file ( 'types/ember-data.d.ts' ) ;
138+ const emberDataCatchallTypes = file ( 'types/ember-data/types/registries/model .d.ts' ) ;
139139 expect ( emberDataCatchallTypes ) . not . to . exist ;
140140 } ) ;
141141 } ) ;
@@ -195,7 +195,7 @@ describe('Acceptance: ember-cli-typescript generator', function() {
195195 const environmentTypes = file ( 'config/environment.d.ts' ) ;
196196 expect ( environmentTypes ) . to . exist ;
197197
198- const emberDataCatchallTypes = file ( 'types/ember-data.d.ts' ) ;
198+ const emberDataCatchallTypes = file ( 'types/ember-data/types/registries/model .d.ts' ) ;
199199 expect ( emberDataCatchallTypes ) . to . exist ;
200200 } ) ;
201201 } ) ;
@@ -242,7 +242,7 @@ describe('Acceptance: ember-cli-typescript generator', function() {
242242 const environmentTypes = file ( 'tests/dummy/config/environment.d.ts' ) ;
243243 expect ( environmentTypes ) . to . exist ;
244244
245- const emberDataCatchallTypes = file ( 'types/ember-data.d.ts' ) ;
245+ const emberDataCatchallTypes = file ( 'types/ember-data/types/registries/model .d.ts' ) ;
246246 expect ( emberDataCatchallTypes ) . not . to . exist ;
247247 } ) ;
248248 } ) ;
@@ -293,7 +293,7 @@ describe('Acceptance: ember-cli-typescript generator', function() {
293293 expect ( projectTypes ) . to . exist ;
294294 expect ( projectTypes ) . to . include ( ects . APP_DECLARATIONS ) ;
295295
296- const emberDataCatchallTypes = file ( 'types/ember-data.d.ts' ) ;
296+ const emberDataCatchallTypes = file ( 'types/ember-data/types/registries/model .d.ts' ) ;
297297 expect ( emberDataCatchallTypes ) . to . exist ;
298298 } ) ;
299299 } ) ;
0 commit comments