aboutsummaryrefslogtreecommitdiff
path: root/test/modules/__snapshots__/finance.spec.ts.snap
blob: 589d338ebe596c87baf2ad72646ce02509462a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`finance > 42 > accountName 1`] = `"Credit Card Account"`;

exports[`finance > 42 > accountNumber > noArgs 1`] = `"39751108"`;

exports[`finance > 42 > accountNumber > with length 1`] = `"3975110867"`;

exports[`finance > 42 > accountNumber > with length option 1`] = `"3975110867"`;

exports[`finance > 42 > amount > noArgs 1`] = `"374.54"`;

exports[`finance > 42 > amount > with min and max option 1`] = `"24.98"`;

exports[`finance > 42 > amount > with min option 1`] = `"380.79"`;

exports[`finance > 42 > amount > with min, max and dec option 1`] = `"24.98160"`;

exports[`finance > 42 > amount > with min, max, dec and symbol option 1`] = `"#24.98160"`;

exports[`finance > 42 > amount > with min, max, dec, symbol and autoFormat option 1`] = `"#24.98160"`;

exports[`finance > 42 > bic > noArgs 1`] = `"YTPECC2VXXX"`;

exports[`finance > 42 > bic > with branch code 1`] = `"JYTPCD52XXX"`;

exports[`finance > 42 > bitcoinAddress > noArgs 1`] = `"3JAaa4SAH2YQdbbiwrhB9hnsMcvA3Ba4XY"`;

exports[`finance > 42 > bitcoinAddress > with type and network option 1`] = `"1XJAaa4SAH2YQdbbiwrhB9hnsMcvA"`;

exports[`finance > 42 > bitcoinAddress > with type option 1`] = `"1XJAaa4SAH2YQdbbiwrhB9hnsMcvA"`;

exports[`finance > 42 > creditCardCVV 1`] = `"397"`;

exports[`finance > 42 > creditCardIssuer 1`] = `"discover"`;

exports[`finance > 42 > creditCardNumber > noArgs 1`] = `"6575-1108-6709-8211"`;

exports[`finance > 42 > creditCardNumber > with issuer 1`] = `"4975110867099"`;

exports[`finance > 42 > creditCardNumber > with issuer option mastercard 1`] = `"2696-7511-0867-0988"`;

exports[`finance > 42 > creditCardNumber > with issuer option visa 1`] = `"4975110867099"`;

exports[`finance > 42 > currency 1`] = `
{
  "code": "ILS",
  "name": "New Israeli Sheqel",
  "numericCode": "376",
  "symbol": "₪",
}
`;

exports[`finance > 42 > currencyCode 1`] = `"ILS"`;

exports[`finance > 42 > currencyName 1`] = `"New Israeli Sheqel"`;

exports[`finance > 42 > currencyNumericCode 1`] = `"376"`;

exports[`finance > 42 > currencySymbol 1`] = `"₪"`;

exports[`finance > 42 > ethereumAddress 1`] = `"0x8ead331ddf0fc4446b96d368ab4bd1d31efb62f9"`;

exports[`finance > 42 > iban > noArgs 1`] = `"GT69T10P0V1346241560ZH610G35"`;

exports[`finance > 42 > iban > with formatted and countryCode option 1`] = `"DE69 9500 1670 8002 5210 05"`;

exports[`finance > 42 > iban > with formatted option 1`] = `"GT69 T10P 0V13 4624 1560 ZH61 0G35"`;

exports[`finance > 42 > litecoinAddress 1`] = `"3JAaa4SAH2YQdbbiwrhB9hnsMcvA"`;

exports[`finance > 42 > pin > noArgs 1`] = `"3975"`;

exports[`finance > 42 > pin > with length 1`] = `"3975110867"`;

exports[`finance > 42 > pin > with length option 1`] = `"3975110867"`;

exports[`finance > 42 > routingNumber 1`] = `"397511082"`;

exports[`finance > 42 > transactionDescription 1`] = `"You made a withdrawal of SAR 598.66 at Crist - Beer using card ending in ****8670 from account ***9821."`;

exports[`finance > 42 > transactionType 1`] = `"invoice"`;

exports[`finance > 1211 > accountName 1`] = `"Savings Account"`;

exports[`finance > 1211 > accountNumber > noArgs 1`] = `"98296673"`;

exports[`finance > 1211 > accountNumber > with length 1`] = `"9829667368"`;

exports[`finance > 1211 > accountNumber > with length option 1`] = `"9829667368"`;

exports[`finance > 1211 > amount > noArgs 1`] = `"928.52"`;

exports[`finance > 1211 > amount > with min and max option 1`] = `"47.15"`;

exports[`finance > 1211 > amount > with min option 1`] = `"929.24"`;

exports[`finance > 1211 > amount > with min, max and dec option 1`] = `"47.14081"`;

exports[`finance > 1211 > amount > with min, max, dec and symbol option 1`] = `"#47.14081"`;

exports[`finance > 1211 > amount > with min, max, dec, symbol and autoFormat option 1`] = `"#47.14081"`;

exports[`finance > 1211 > bic > noArgs 1`] = `"XFZROMRC"`;

exports[`finance > 1211 > bic > with branch code 1`] = `"YXFZNPOROTR"`;

exports[`finance > 1211 > bitcoinAddress > noArgs 1`] = `"bc1pw8zppsdqusnufvv7l7dzsexkz8aqjdve9a6kq5qh8f7vlh2q6q9sjg7mv4"`;

exports[`finance > 1211 > bitcoinAddress > with type and network option 1`] = `"1TeZEFLmGPLEQrSRdAcnZLoWwYeiHwmRog"`;

exports[`finance > 1211 > bitcoinAddress > with type option 1`] = `"1TeZEFLmGPLEQrSRdAcnZLoWwYeiHwmRog"`;

exports[`finance > 1211 > creditCardCVV 1`] = `"982"`;

exports[`finance > 1211 > creditCardIssuer 1`] = `"visa"`;

exports[`finance > 1211 > creditCardNumber > noArgs 1`] = `"4296-6736-8768-4885"`;

exports[`finance > 1211 > creditCardNumber > with issuer 1`] = `"4829-6673-6876-8484"`;

exports[`finance > 1211 > creditCardNumber > with issuer option mastercard 1`] = `"5529-6673-6876-8484"`;

exports[`finance > 1211 > creditCardNumber > with issuer option visa 1`] = `"4829-6673-6876-8484"`;

exports[`finance > 1211 > currency 1`] = `
{
  "code": "VUV",
  "name": "Vatu",
  "numericCode": "548",
  "symbol": "",
}
`;

exports[`finance > 1211 > currencyCode 1`] = `"VUV"`;

exports[`finance > 1211 > currencyName 1`] = `"Vatu"`;

exports[`finance > 1211 > currencyNumericCode 1`] = `"548"`;

exports[`finance > 1211 > currencySymbol 1`] = `"$"`;

exports[`finance > 1211 > ethereumAddress 1`] = `"0xed4fefa7fbaec9dc4c48fa8ebf46fb7c8563cf3f"`;

exports[`finance > 1211 > iban > noArgs 1`] = `"TN8326736788219352058231"`;

exports[`finance > 1211 > iban > with formatted and countryCode option 1`] = `"DE13 8077 6768 8219 3520 53"`;

exports[`finance > 1211 > iban > with formatted option 1`] = `"TN83 2673 6788 2193 5205 8231"`;

exports[`finance > 1211 > litecoinAddress 1`] = `"3eZEFLmGPLEQrSRdAcnZLoWwYeiHwmRog"`;

exports[`finance > 1211 > pin > noArgs 1`] = `"9829"`;

exports[`finance > 1211 > pin > with length 1`] = `"9829667368"`;

exports[`finance > 1211 > pin > with length option 1`] = `"9829667368"`;

exports[`finance > 1211 > routingNumber 1`] = `"982966738"`;

exports[`finance > 1211 > transactionDescription 1`] = `"withdrawal transaction at Zieme - Osinski using card ending with ****6736 for SZL 768.50 in account ***6848."`;

exports[`finance > 1211 > transactionType 1`] = `"withdrawal"`;

exports[`finance > 1337 > accountName 1`] = `"Credit Card Account"`;

exports[`finance > 1337 > accountNumber > noArgs 1`] = `"21243529"`;

exports[`finance > 1337 > accountNumber > with length 1`] = `"2124352971"`;

exports[`finance > 1337 > accountNumber > with length option 1`] = `"2124352971"`;

exports[`finance > 1337 > amount > noArgs 1`] = `"262.02"`;

exports[`finance > 1337 > amount > with min and max option 1`] = `"20.48"`;

exports[`finance > 1337 > amount > with min option 1`] = `"269.40"`;

exports[`finance > 1337 > amount > with min, max and dec option 1`] = `"20.48098"`;

exports[`finance > 1337 > amount > with min, max, dec and symbol option 1`] = `"#20.48098"`;

exports[`finance > 1337 > amount > with min, max, dec, symbol and autoFormat option 1`] = `"#20.48098"`;

exports[`finance > 1337 > bic > noArgs 1`] = `"EHLILK9ZXXX"`;

exports[`finance > 1337 > bic > with branch code 1`] = `"GEHLGGI9XXX"`;

exports[`finance > 1337 > bitcoinAddress > noArgs 1`] = `"3hsjwgYJ7oC8ZrMNmqzLbhEubpc"`;

exports[`finance > 1337 > bitcoinAddress > with type and network option 1`] = `"1ahsjwgYJ7oC8ZrMNmqzLbhEubpc"`;

exports[`finance > 1337 > bitcoinAddress > with type option 1`] = `"1ahsjwgYJ7oC8ZrMNmqzLbhEubpc"`;

exports[`finance > 1337 > creditCardCVV 1`] = `"212"`;

exports[`finance > 1337 > creditCardIssuer 1`] = `"diners_club"`;

exports[`finance > 1337 > creditCardNumber > noArgs 1`] = `"3014-352971-3614"`;

exports[`finance > 1337 > creditCardNumber > with issuer 1`] = `"4124352971364"`;

exports[`finance > 1337 > creditCardNumber > with issuer option mastercard 1`] = `"2300-2435-2971-3611"`;

exports[`finance > 1337 > creditCardNumber > with issuer option visa 1`] = `"4124352971364"`;

exports[`finance > 1337 > currency 1`] = `
{
  "code": "ETB",
  "name": "Ethiopian Birr",
  "numericCode": "230",
  "symbol": "",
}
`;

exports[`finance > 1337 > currencyCode 1`] = `"ETB"`;

exports[`finance > 1337 > currencyName 1`] = `"Ethiopian Birr"`;

exports[`finance > 1337 > currencyNumericCode 1`] = `"230"`;

exports[`finance > 1337 > currencySymbol 1`] = `"$"`;

exports[`finance > 1337 > ethereumAddress 1`] = `"0x536a7b5fa28d2f9bb79ca46ea394bc4f9bb0af32"`;

exports[`finance > 1337 > iban > noArgs 1`] = `"FO2200532700604734"`;

exports[`finance > 1337 > iban > with formatted and countryCode option 1`] = `"DE04 0033 2713 1474 7007 41"`;

exports[`finance > 1337 > iban > with formatted option 1`] = `"FO22 0053 2700 6047 34"`;

exports[`finance > 1337 > litecoinAddress 1`] = `"LhsjwgYJ7oC8ZrMNmqzLbhEubpcw"`;

exports[`finance > 1337 > pin > noArgs 1`] = `"2124"`;

exports[`finance > 1337 > pin > with length 1`] = `"2124352971"`;

exports[`finance > 1337 > pin > with length option 1`] = `"2124352971"`;

exports[`finance > 1337 > routingNumber 1`] = `"212435298"`;

exports[`finance > 1337 > transactionDescription 1`] = `"Payment of CAD 278.12 for invoice at Leannon - Gibson, processed with card ending ****9713 linked to account ***6194."`;

exports[`finance > 1337 > transactionType 1`] = `"invoice"`;