mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-05 22:43:04 +00:00
6459e7dc82
Re-create methods in PHP. Change-Id: Iae6117b65e3b8f50ecc68e1e3ea17c8359bdcb06
6 lines
170 B
JavaScript
6 lines
170 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' );
|