Skip to content

Commit

Permalink
Update minimum version of ember-qunit to 3.3.0.
Browse files Browse the repository at this point in the history
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
rwjblue committed Jan 17, 2018
1 parent f9da916 commit 371b9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"ember-cli-babel": "^6.8.1",
"ember-qunit": "^3.2.2"
"ember-qunit": "^3.3.0"
},
"devDependencies": {
"ember-cli": "~2.17.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -2142,7 +2142,7 @@ ember-load-initializers@^1.0.0:
dependencies:
ember-cli-babel "^6.0.0-beta.7"

ember-qunit@^3.2.2:
ember-qunit@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/ember-qunit/-/ember-qunit-3.3.0.tgz#98c0c8d9473808fa7be48808989255cbfa70e760"
dependencies:
Expand Down

0 comments on commit 371b9fa

Please sign in to comment.