File tree 3 files changed +1
-7
lines changed
test/modules/__snapshots__
3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
export default [
2
2
'/6011-####-####-###L/' ,
3
- '/6011-62##-####-####-###L/' ,
4
3
'/64[4-9]#-####-####-###L/' ,
5
- '/64[4-9]#-62##-####-####-###L/' ,
6
4
'/65##-####-####-###L/' ,
7
- '/65##-62##-####-####-###L/' ,
8
5
] ;
Original file line number Diff line number Diff line change 1
1
export default [
2
2
'6011-####-####-###L' ,
3
- '6011-62##-####-####-###L' ,
4
3
'64[4-9]#-####-####-###L' ,
5
- '64[4-9]#-62##-####-####-###L' ,
6
4
'65##-####-####-###L' ,
7
- '65##-62##-####-####-###L' ,
8
5
] ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ exports[`finance > 42 > creditCardCVV 1`] = `"397"`;
34
34
35
35
exports [` finance > 42 > creditCardIssuer 1` ] = ` "discover"` ;
36
36
37
- exports [` finance > 42 > creditCardNumber > noArgs 1` ] = ` "6575-6211-0867-0982-1139 "` ;
37
+ exports [` finance > 42 > creditCardNumber > noArgs 1` ] = ` "6575-1108-6709-8211 "` ;
38
38
39
39
exports [` finance > 42 > creditCardNumber > with issuer 1` ] = ` "4975110867099"` ;
40
40
You can’t perform that action at this time.
0 commit comments