Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minimum version of ember-qunit to 3.3.0.
Main changes: * [#307](emberjs/ember-qunit#307) Remove `exception` method from QUnit test adapter when using Ember 2.17+. ([@rwjblue](https://github.com/rwjblue)) * [#306](emberjs/ember-qunit#306) Update to QUnit 2.5.0. ([@rwjblue](https://github.com/rwjblue)) * Adds `assert.rejects`. * Reduces the delays around `assert.async` and returning promises from hook methods. * Adds a native promise unhandled rejection handler. * Fixes an issue with `notrycatch` mode being ignored for promises returned (e.g. it would previously always `.catch` every returned promise). * [#304](emberjs/ember-qunit#304) Add validation for `Ember.onerror` in testing. ([@rwjblue](https://github.com/rwjblue))
- Loading branch information