aboutsummaryrefslogtreecommitdiff
path: root/test/datatype.spec.ts
AgeCommit message (Expand)AuthorFilesLines
2023-08-01test: move files to modules (#2279)Shinigami1-554/+0
2023-05-20test: vitest prefer-each (#2144)Shinigami1-3/+5
2023-05-09test: lint vitest (#2098)Shinigami1-2/+4
2023-02-04refactor(datatype): standardize arguments (#1804)DivisionByZero1-1/+3
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT1-1/+14
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-12/+26
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT1-1/+56
2022-08-28fix(datatype): unintentional hex breaking change (#1306)Eric Cheng1-10/+10
2022-08-10feat: `datatype.hexadecimal` signature change (#1238)Eric Cheng1-7/+37
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-199/+65
2022-06-18test: migrate datatype to test snapshots (#875)ST-DDT1-241/+23
2022-05-23feat: reimplement datatype.bigInt (#791)Shinigami1-7/+90
2022-05-05fix: typo in error message (#925)Andrey Azov1-1/+1
2022-05-04refactor!: remove deprecations (#916)Shinigami1-25/+1
2022-05-01feat: return seed value from seed() (#853)Shinigami1-4/+1
2022-04-22test: use consistent assertion functions (#852)Shinigami1-19/+25
2022-04-08refactor: datatype number (#798)Shinigami1-31/+61
2022-04-03refactor: rename hexaDecimal to hexadecimal (#764)Piotr Kuczynski1-10/+34
2022-03-31fix: datatype.number when min = max + precision, throw when max > min (#664)Piotr Kuczynski1-6/+17
2022-03-24fix: datatype.datetime should use static boundaries (#343)ST-DDT1-20/+50
2022-03-21refactor: make number input immutable (#545)Leyla Jähnig1-9/+18
2022-03-01chore(type): type seedValue (#567)Shinigami1-1/+3
2022-02-20test: use toBeTypeOf (#511)Shinigami1-6/+6
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-1/+1
2022-01-29test: rewrite datatype tests (#344)Shinigami1-299/+615
2022-01-24build: bundle with esbuild (#257)Shinigami1-1/+1
2022-01-21chore(test): migrate to vitest (#235)Shinigami1-0/+306