Merge "Fix 'Tags' padding to keep it farther from the edge and document the source...
[lhc/web/wiklou.git] / tests / qunit / suites / resources / mediawiki / mediawiki.template.test.js
index a282325..31f4782 100644 (file)
@@ -1,7 +1,7 @@
 ( function ( mw ) {
 
        QUnit.module( 'mediawiki.template', {
-               setup: function () {
+               beforeEach: function () {
                        var abcCompiler = {
                                compile: function () {
                                        return 'abc default compiler';