diff options
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testrunner.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js index 2a4cbf4e6..ef3a55568 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -156,6 +156,9 @@ function testSubproject( label, url, risTests ) { // and start()'s the next test. QUnit.config.testTimeout = 20 * 1000; // 20 seconds +// Enforce an "expect" argument or expect() call in all test bodies. +QUnit.config.requireExpects = true; + /** * Load the TestSwarm listener if swarmURL is in the address. */ |