build: Introduce eslint-plugin-qunit and enforce
[lhc/web/wiklou.git] / tests / qunit / suites / resources / mediawiki / mediawiki.template.mustache.test.js
index cb583e7..ab1d55e 100644 (file)
@@ -1,7 +1,7 @@
 ( function ( mw ) {
 
        QUnit.module( 'mediawiki.template.mustache', {
-               setup: function () {
+               beforeEach: function () {
                        // Stub register some templates
                        this.sandbox.stub( mw.templates, 'get' ).returns( {
                                'test_greeting.mustache': '<div>{{foo}}{{>suffix}}</div>',