mediawiki-extensions-Discus.../tests/qunit/index.js
Bartosz Dziewoński 112ea056cd Integration tests for parsing
Tests that handle a specific case and describe what they are testing
would be nice… but tests that just document the current status to
avoid regressions are also okay and easier to add.

Change-Id: I0b3530ae0e77de70932aaf623f5290d1876699a0
2019-10-30 00:13:56 +01:00

5 lines
137 B
JavaScript

// TODO: Is there a way to set this only for our tests, rather than globally?
QUnit.dump.maxDepth = 999;
require( './parser.test.js' );