Closed sechel closed 6 years ago
Hmm, this seems to be more involved that just that. Invoking Promise.reject(new Error('fail'))
remedies this issues.
@sechel This was an upstream issue with QUnit itself, not karma-qunit. I believe this has been fixed at some point. However, if you find that it is not working well on a current version of QUnit 2.x, then please create a new issue at https://github.com/qunitjs/qunit/issues.
See also: https://api.qunitjs.com/QUnit/test
@dignifiedquire I think this can be closed now :)
All good, thanks 👍
There are problems when using the Promise features of qunit: A failing promise would abort the testsuite but report success with the number of tests passed before the rejecting promise.