aboutsummaryrefslogtreecommitdiff
path: root/test/finance_iban.spec.ts
AgeCommit message (Collapse)AuthorFilesLines
2023-08-01test: move files to modules (#2279)Shinigami1-361/+0
2023-05-20test: vitest prefer-each (#2144)Shinigami1-3/+5
Co-authored-by: ST-DDT <[email protected]>
2023-05-09test: lint vitest (#2098)Shinigami1-1/+1
2022-07-28test: remove JSON.stringify wrapper around faker.seed() in tests ↵Piotr Kuczynski1-3/+1
descriptions (#1196)
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-1/+1
2022-05-01feat: return seed value from seed() (#853)Shinigami1-4/+1
Co-authored-by: ST-DDT <[email protected]>
2022-04-22test: use consistent assertion functions (#852)Shinigami1-26/+26
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski1-63/+77
2022-04-06chore: IBAN library typed and moved to utils (#785)Piotr Kuczynski1-11/+7
2022-04-02test: add a general country iban test (#746)ST-DDT1-0/+14
2022-03-31test: added a few test cases for Albania IBAN (#739)wael1-0/+35
2022-03-23fix: corrected the Costa Rican IBAN format (#646)Jelle Hulter1-0/+44
2022-03-01chore(type): type seedValue (#567)Shinigami1-1/+3
2022-02-19test: rewrite finance iban (#515)Shinigami1-265/+251
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-19/+4
2022-01-30chore: use recommended restrict-plus-operands (#369)Shinigami1-8/+8
2022-01-30chore: use recommended no-var-requires (#360)Shinigami1-0/+3
2022-01-24build: bundle with esbuild (#257)Shinigami1-5/+7
2022-01-21chore(test): migrate to vitest (#235)Shinigami1-0/+283