Test: Add missing description to a test (#2055)

This commit is contained in:
Brahim Arkni
2017-09-02 18:52:03 +01:00
committed by GitHub
parent b7bb3c27b6
commit 5482dfd95f
+1 -1
View File
@@ -1039,7 +1039,7 @@ QUnit.test( "elementValue() returns the file input's name without the prefix 'C:
assert.ok( !v.element( fileInput ), "The fake file input is invalid (length = 12, maxlength = 10)" );
} );
QUnit.test( "", function( assert ) {
QUnit.test( "Required rule should not take precedence over number & digits rules", function( assert ) {
var v = $( "#userForm" ).validate(),
// A fake number input