Skip to content

Commit d158444

Browse files
authored
Update with latest info
1 parent 6d579f7 commit d158444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/migration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Steps 1 - 6 should be completed in ember-cli-mirage prior to converting to ember
186186
```
187187

188188
Repeat this process for the other types (factories/serializers/etc)
189-
This could be added back once an official way to discover these files exists. There is an [RFC](https://github.com/emberjs/rfcs/blob/import-glob/text/0939-import-glob.md) in the works.
189+
Work to build an official way to discover these files is in the works. An RFC has landed ([https://github.com/emberjs/rfcs/pull/939](https://rfcs.emberjs.com/id/0939-import-glob) and alpha support for classic/Embroider builds is available as outlined at https://github.com/NullVoxPopuli/ember-classic-import-meta-glob.
190190

191191
4) Register inflectors.
192192

@@ -238,7 +238,7 @@ Steps 1 - 6 should be completed in ember-cli-mirage prior to converting to ember
238238

239239
```js
240240
// tests/test-support/mirage
241-
import { setupMirage as _setupMirage } from 'ember-mirage/test-support';
241+
import { setupMirage as _setupMirage } from 'ember-cli-mirage/test-support';
242242

243243
import mirageConfig from 'myApp/mirage/config';
244244

0 commit comments

Comments
 (0)