From 7c363752ed7699a63cdf043868b104115fb9c941 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Fri, 4 Mar 2016 02:29:55 +0000 Subject: [PATCH] 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 --- tests/qunit/data/testrunner.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/qunit/data/testrunner.js b/tests/qunit/data/testrunner.js index 07e6f269f9..1091d093f2 100644 --- a/tests/qunit/data/testrunner.js +++ b/tests/qunit/data/testrunner.js @@ -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', -- 2.20.1