mediawiki-extensions-Discus.../tests/qunit/index.js
Ed Sanders f04abd02d4 Improve autosign handling of 3/5 tilde sigs and add tests
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
2020-04-14 20:29:31 +00:00

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' );