mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2026-06-12 15:37:05 +02:00
Test: Add missing description to a test (#2055)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user