@@ -81,7 +81,7 @@ describe('Acceptance: ember-cli-typescript generator', function() {
81
81
const environmentTypes = file ( 'app/config/environment.d.ts' ) ;
82
82
expect ( environmentTypes ) . to . exist ;
83
83
84
- const emberDataCatchallTypes = file ( 'types/ember-data.d.ts' ) ;
84
+ const emberDataCatchallTypes = file ( 'types/ember-data/types/registries/model .d.ts' ) ;
85
85
expect ( emberDataCatchallTypes ) . to . exist ;
86
86
} ) ;
87
87
} ) ;
@@ -135,7 +135,7 @@ describe('Acceptance: ember-cli-typescript generator', function() {
135
135
const environmentTypes = file ( 'tests/dummy/app/config/environment.d.ts' ) ;
136
136
expect ( environmentTypes ) . to . exist ;
137
137
138
- const emberDataCatchallTypes = file ( 'types/ember-data.d.ts' ) ;
138
+ const emberDataCatchallTypes = file ( 'types/ember-data/types/registries/model .d.ts' ) ;
139
139
expect ( emberDataCatchallTypes ) . not . to . exist ;
140
140
} ) ;
141
141
} ) ;
@@ -195,7 +195,7 @@ describe('Acceptance: ember-cli-typescript generator', function() {
195
195
const environmentTypes = file ( 'config/environment.d.ts' ) ;
196
196
expect ( environmentTypes ) . to . exist ;
197
197
198
- const emberDataCatchallTypes = file ( 'types/ember-data.d.ts' ) ;
198
+ const emberDataCatchallTypes = file ( 'types/ember-data/types/registries/model .d.ts' ) ;
199
199
expect ( emberDataCatchallTypes ) . to . exist ;
200
200
} ) ;
201
201
} ) ;
@@ -242,7 +242,7 @@ describe('Acceptance: ember-cli-typescript generator', function() {
242
242
const environmentTypes = file ( 'tests/dummy/config/environment.d.ts' ) ;
243
243
expect ( environmentTypes ) . to . exist ;
244
244
245
- const emberDataCatchallTypes = file ( 'types/ember-data.d.ts' ) ;
245
+ const emberDataCatchallTypes = file ( 'types/ember-data/types/registries/model .d.ts' ) ;
246
246
expect ( emberDataCatchallTypes ) . not . to . exist ;
247
247
} ) ;
248
248
} ) ;
@@ -293,7 +293,7 @@ describe('Acceptance: ember-cli-typescript generator', function() {
293
293
expect ( projectTypes ) . to . exist ;
294
294
expect ( projectTypes ) . to . include ( ects . APP_DECLARATIONS ) ;
295
295
296
- const emberDataCatchallTypes = file ( 'types/ember-data.d.ts' ) ;
296
+ const emberDataCatchallTypes = file ( 'types/ember-data/types/registries/model .d.ts' ) ;
297
297
expect ( emberDataCatchallTypes ) . to . exist ;
298
298
} ) ;
299
299
} ) ;
0 commit comments