Skip to content

Commit

Permalink
Update minimum version of QUnit to 2.5.0.
Browse files Browse the repository at this point in the history
Adds a bunch of nice promise related features:

* Faster handling of tests with `assert.async` and/or returning promises
* Adds `assert.rejects`
* Adds a global unhandled rejection handler
  • Loading branch information
rwjblue committed Jan 17, 2018
1 parent 1d70169 commit c641283
Show file tree
Hide file tree
Showing 2 changed files with 573 additions and 45 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"common-tags": "^1.4.0",
"ember-cli-babel": "^6.3.0",
"ember-cli-test-loader": "^2.2.0",
"qunit": "^2.4.1"
"qunit": "^2.5.0"
},
"devDependencies": {
"ember-cli": "~2.15.1",
Expand Down

0 comments on commit c641283

Please sign in to comment.