Problem with @ember/test-helpers>4.0.0
MichalBryxi opened this issue · 2 comments
MichalBryxi commented
How to reproduce
- Clone this repo at SHA:
5bc0e4a374fb6c039a62a0c98b82f5448a175d10
pnpm install
cd test-app
ember serve
- GOTO: http://localhost:4200/tests
- Observe that many tests fail with:
Promise rejected before "can access files": You must set up the ember-test-helpers environment with either `setResolver` or `setApplication` before running any tests.
MichalBryxi commented
Apologies, reported to wrong repo ...
MichalBryxi commented
But maybe as an information about some regression in v4.x
: adopted-ember-addons/ember-file-upload#1084