Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: @ember/test-helpers
setResolver
or setApplication
before run…
…ning any tests - Without this patch many tests fail for me 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. ``` - Fixes adopted-ember-addons#1083 - Might need adopted-ember-addons#1082 to be applied before this fix is useable
- Loading branch information