You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/rules/availableRules.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ test('rules mxChar', (t) => {
48
48
49
49
test('-1 in maxChar',(t)=>{
50
50
construlesObj={
51
-
'min-char': -1,
51
+
'max-char': -1,
52
52
};
53
53
constlongText=rules.maxChar('this are more than 72 characters, believe me or not but the value moreThanMaxChar will be true ;-P',{rules: rulesObj}).check();
54
54
constshortText=rules.maxChar('this are less than 72 characters',{rules: rulesObj}).check();
0 commit comments