aboutsummaryrefslogtreecommitdiff
path: root/test/system.spec.ts
AgeCommit message (Expand)AuthorFilesLines
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT1-14/+5
2023-01-29test(system): add valid 0 for cron (#1787)Shinigami1-3/+3
2022-12-13test: remove duplicate fixed-seeded-tests (#1653)ST-DDT1-31/+2
2022-12-10test: fix system fileExt assumption (#1646)Shinigami1-4/+2
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT1-1/+1
2022-11-21feat(helpers): add rangeToNumber method and add range parameters (#1486)ST-DDT1-2/+20
2022-11-10feat(word): add sample method (#714)Piotr Kuczynski1-0/+1
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT1-1/+1
2022-08-29feat(system): add cron (#897)Nick Hammond1-0/+44
2022-08-04feat(system.networkInterface): add networkInterface faker (#1133)Andrew Titmuss1-0/+102
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-1/+25
2022-07-19feat(system.fileName): file extension count (#1101)Leyla Jähnig1-0/+44
2022-06-18test: migrate datatype to test snapshots (#875)ST-DDT1-50/+4
2022-05-01feat: return seed value from seed() (#853)Shinigami1-4/+1
2022-04-22test: use consistent assertion functions (#852)Shinigami1-2/+2
2022-04-08feat: updated mime-db to 1.52.0 (#808)Daniel Bannert1-12/+12
2022-04-04fix: random word fails on undefined (#771)ST-DDT1-0/+15
2022-04-03test: check that system.filePath() generates file extensions (#765)ST-DDT1-2/+5
2022-03-31fix: datatype.number when min = max + precision, throw when max > min (#664)Piotr Kuczynski1-9/+11
2022-03-29fix: remove doubled extension in system.filePath (#300)Piotr Kuczynski1-8/+4
2022-03-24fix: only return word with desirable alpha characters (#654)Shinigami1-10/+13
2022-03-01chore(type): type seedValue (#567)Shinigami1-1/+3
2022-03-01chore(deps): add prettier-plugin-organize-imports (#552)Shinigami1-1/+1
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-1/+1
2022-01-31test: remove mocks from system (#303)Daniel Bannert1-54/+245
2022-01-24build: bundle with esbuild (#257)Shinigami1-1/+1
2022-01-21chore(test): migrate to vitest (#235)Shinigami1-0/+74