Skip to content

Commit

Permalink
Merge pull request #43 from acorncom/patch-1
Browse files Browse the repository at this point in the history
Update migration docs with path cleanup, latest on progress
  • Loading branch information
NullVoxPopuli authored Nov 14, 2024
2 parents 6d579f7 + d158444 commit cc6d153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Steps 1 - 6 should be completed in ember-cli-mirage prior to converting to ember
```

Repeat this process for the other types (factories/serializers/etc)
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.
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.

4) Register inflectors.

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

```js
// tests/test-support/mirage
import { setupMirage as _setupMirage } from 'ember-mirage/test-support';
import { setupMirage as _setupMirage } from 'ember-cli-mirage/test-support';

import mirageConfig from 'myApp/mirage/config';

Expand Down

0 comments on commit cc6d153

Please sign in to comment.