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:
parent
2f2b4a6849
commit
7c363752ed
1 changed files with 0 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue