mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-30 19:16:39 +00:00
f04abd02d4
3 or 5 tilde signatures will be assumed to be erroneous and fixed to 4 tilde signatures. This will be visible in the preview so shouldn't come as a suprise to users. Bug: T245628 Change-Id: I741f0761a6fb10c99cf3239ac5c6c7e1a2b872c7
7 lines
205 B
JavaScript
7 lines
205 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' );
|
|
require( './modifier.test.js' );
|
|
require( './controller.test.js' );
|