Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose deprecation primitives * `?disableWarnings` queryParam * `?debugWarnings` queryParam * `import { getWarnings, getWarningsDuringCallback } from ‘@ember/test-helpers’;` This is a second step in allowing us to deprecate https://github.com/workmanw/ember-qunit-assert-helpers in-favor of these helpers simply being provided by default. --- Context: This is motivated by 4.0 changes that are incompatible with the original add-on, and the time trade-off of resurrecting that add-on vs adopting its great ideas into mainline. Although users will need to upgrade their `@ember/test-helpers` + `ember-qunit` they will now get the original functionality, + async + bugfixes by default. I was lead down this path getting embroider working properly on `ember@canary` --- enables resolving emberjs/ember-string#259 amongst other related issues (basically anyone consuming ember-qunit-assert-helpers)
- Loading branch information