Skip to content

Commit 8bede7f

Browse files
committed
✅ test: cover 94%
1 parent 1d4d898 commit 8bede7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/specs/utils/validators.spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ describe("Validators", () => {
262262
it("should give error if value is not matched the pattern", () => {
263263
check(v.creditCard, "12345679", field, 1);
264264
check(v.creditCard, "4556778266680579000", field, 1);
265+
check(v.creditCard, "343811242956600", field, 1);
265266
});
266267

267268
it("should not give error", () => {

0 commit comments

Comments
 (0)