ember-cli-mirage
ember-cli-mirage copied to clipboard
Create models/foo.js exporting a ShimModelClass
This PR is here to illustrate this issue of discoverEmberDataModels with ShimModelClass
Run pnpm --filter="basic-app" start && open http://localhost:4200 to see the error in the console
You can also
This https://github.com/miragejs/ember-cli-mirage/issues/2556 is related and after looking into it, it appears a test is done too late. See the issue.
Try rebasing now that #2569 is merged