qunit: Don't require expect() anymore

This hasn't been useful in QUnit for a while now with the improved
assertion context object and tracking of asynchronous tests without
shared global state.

Change-Id: Icaf865b4d6e85e739bf79c4d1bacb8a71ec5a3da
This commit is contained in:
Timo Tijhof 2016-03-04 02:29:55 +00:00 committed by Krinkle
parent 2f2b4a6849
commit 7c363752ed

View file

@ -26,8 +26,6 @@
// killing the test and assuming timeout failure.
QUnit.config.testTimeout = 60 * 1000;
QUnit.config.requireExpects = true;
// Add a checkbox to QUnit header to toggle MediaWiki ResourceLoader debug mode.
QUnit.config.urlConfig.push( {
id: 'debug',