Facing the same issue - https://github.com/miragejs/ember-cli-mirage/issues/1445
Uncaught Error: Could not find module project-name/tests/helpers/push-mirage-into-store imported from project-name/mirage/factories/addon
Initially got this error and tried @makepanic instructions
After that
Uncaught Error: Could not find module @ember/test-helpers imported from project-name/mirage/helpers/push-mirage-into-store
can you pls help here to resolve this.
I bet you are running into the error, which is described in this comment by makepanic in the GitHub issue you linked:
You are affected by that issue if you face it when running
ember serve.The comment also includes a possible solution:
An alternative would be to disable mirage in all enrironments except for
test. But that is only a feasible solution if you use mirage only for testing but not for development.