emberjs/ember-test-helpers

Problem with @ember/test-helpers>4.0.0

MichalBryxi opened this issue · 2 comments

How to reproduce

  1. Clone this repo at SHA: 5bc0e4a374fb6c039a62a0c98b82f5448a175d10
  2. pnpm install
  3. cd test-app
  4. ember serve
  5. GOTO: http://localhost:4200/tests
  6. 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.

Apologies, reported to wrong repo ...

But maybe as an information about some regression in v4.x: adopted-ember-addons/ember-file-upload#1084