build: Enable qunit/no-assert-equal and enforce
[lhc/web/wiklou.git] / tests / qunit / suites / resources / mediawiki / mediawiki.String.trimByteLength.test.js
index e2eea94..0898afd 100644 (file)
@@ -40,7 +40,7 @@
                QUnit.test( opt.description, function ( assert ) {
                        var res = trimByteLength( opt.initial, opt.sample, opt.limit, opt.fn );
 
-                       assert.equal(
+                       assert.strictEqual(
                                res.newVal,
                                opt.expected,
                                'New value matches the expected string'