build: Enable qunit/no-assert-equal and enforce
[lhc/web/wiklou.git] / tests / qunit / suites / resources / jquery / jquery.lengthLimit.test.js
index 7117d1f..9d4f8dd 100644 (file)
@@ -55,7 +55,7 @@
                        // Simulate pressing keys for each of the sample characters
                        addChars( opt.$input, opt.sample );
 
-                       assert.equal(
+                       assert.strictEqual(
                                opt.$input.val(),
                                opt.expected,
                                'New value matches the expected string'