mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-01 03:26:28 +00:00
112ea056cd
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
5 lines
137 B
JavaScript
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' );
|