mediawiki-extensions-Discus.../tests/qunit/index.js
Ed Sanders 6459e7dc82 Move wikitext modifiers to modifier.js
Re-create methods in PHP.

Change-Id: Iae6117b65e3b8f50ecc68e1e3ea17c8359bdcb06
2020-07-01 17:06:02 +01:00

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