aboutsummaryrefslogtreecommitdiff
path: root/test/finance.spec.ts
AgeCommit message (Expand)AuthorFilesLines
2023-08-01test: move files to modules (#2279)Shinigami1-619/+0
2023-05-20test: vitest prefer-each (#2144)Shinigami1-3/+5
2023-05-09test: lint vitest (#2098)Shinigami1-17/+11
2023-04-20refactor(finance): rename mask to maskedNumber (#2055)Shinigami1-10/+42
2023-04-18refactor(finance): rename account to accountNumber (#2054)Shinigami1-8/+44
2023-04-03refactor(finance)!: simplify account implementation (#1992)ST-DDT1-10/+0
2023-03-31chore: remove debug code from test (#1998)ST-DDT1-1/+0
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT1-5/+1
2023-02-27feat(finance): currency object (#1809)Matt Mayer1-0/+11
2023-02-15refactor(finance): standardize arguments (#1821)DivisionByZero1-13/+59
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-1/+1
2022-09-22feat(finance): branch code option in bic() (#1378)Eric Cheng1-2/+13
2022-09-21test(finance): use validator.js for bitcoin addresses (#1375)Guilherme Minozzi1-1/+2
2022-08-01fix(finance.bic): remove hardcoded elements and simplify function (#1171)Hanna1-7/+2
2022-07-28test: remove JSON.stringify wrapper around faker.seed() in tests descriptions...Piotr Kuczynski1-3/+1
2022-07-22test: introduce seededTests factory (#838)ST-DDT1-32/+48
2022-06-18test: migrate datatype to test snapshots (#875)ST-DDT1-77/+3
2022-05-25fix: Luhn generation algorithms and tests (#980)Eric Cheng1-4/+4
2022-05-22test: improve luhn checks (error messages only) (#981)ST-DDT1-27/+25
2022-05-04refactor!: remove deprecations (#916)Shinigami1-3/+3
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-1/+1
2022-05-01feat: return seed value from seed() (#853)Shinigami1-7/+2
2022-04-30feat: add creditCardIssuer (#888)beninsydney1-1/+11
2022-04-22test: use consistent assertion functions (#852)Shinigami1-19/+25
2022-04-22test: strengthen price regex tests (#865)ST-DDT1-1/+1
2022-04-06chore: IBAN library typed and moved to utils (#785)Piotr Kuczynski1-3/+3
2022-04-06feat: faker.finance.pin() (#695)Eric Cheng1-0/+32
2022-03-31feat: FakerError (#718)Leyla Jähnig1-1/+4
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami1-4/+1
2022-03-24test: remove todo for number conversion (#669)Shinigami1-0/+2
2022-03-24fix: normalize provider in finance.creditCardNumber (#662)Shinigami1-1/+13
2022-03-21fix(finance): update iso-3166-1 country codes for IBAN/BIC (#168)Benjamin MENANT1-6/+10
2022-03-07chore: configure eqeqeq lint rule (#595)Shinigami1-1/+1
2022-03-01test: fix missing it blocks (#585)Shinigami1-39/+61
2022-03-01chore(type): type seedValue (#567)Shinigami1-1/+3
2022-02-20test: use toBeTypeOf (#511)Shinigami1-13/+13
2022-02-19test: cleanup finance test (#519)Shinigami1-288/+315
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-5/+2
2022-02-05test: rewrite finance.spec.ts (#433)Yoshiaki Togami1-221/+241
2022-01-30chore: use recommended restrict-plus-operands (#369)Shinigami1-39/+13
2022-01-30chore: use recommended no-var-requires (#360)Shinigami1-0/+3
2022-01-24build: bundle with esbuild (#257)Shinigami1-3/+3
2022-01-21chore(test): migrate to vitest (#235)Shinigami1-0/+462