aboutsummaryrefslogtreecommitdiff
path: root/test/internet.spec.ts
AgeCommit message (Expand)AuthorFilesLines
2023-08-01test: move files to modules (#2279)Shinigami1-813/+0
2023-05-20test: vitest prefer-each (#2144)Shinigami1-3/+4
2023-03-29feat: add base locale (#1748)Shinigami1-1/+5
2023-03-14refactor(internet): standardize signatures (#1845)DivisionByZero1-44/+163
2023-03-08fix(internet): filter banned dots from email addresses (#1883)Matt Mayer1-0/+24
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT1-15/+8
2023-01-20fix(internet): fix invalid emails in some locales (#1746)Matt Mayer1-0/+19
2022-12-17test: fix duplicate test names (#1647)Shinigami1-8/+10
2022-12-03fix(internet): userName, email and slugify return only ascii (#1554)Matt Mayer1-28/+70
2022-10-26feat(internet): add options to url() (#1480)Eric Cheng1-1/+26
2022-10-14feat(internet)!: ip now returns ipv4 and ipv6 (#1059)Leyla Jähnig1-1/+11
2022-08-18test(internet): fix username expecting numbers with length 2 (#1284)Leyla Jähnig1-4/+4
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-33/+49
2022-06-30chore: testing unpredictable emails and usernames (#1115)Kris1-7/+14
2022-06-18test: migrate datatype to test snapshots (#875)ST-DDT1-84/+4
2022-06-10test: improve internet tests (#1045)Shinigami1-3/+5
2022-05-21feat(internet): HTTP random status code (#945)johge2011-0/+36
2022-05-01refactor: move some random methods to helpers (#892)Shinigami1-1/+1
2022-05-01feat: return seed value from seed() (#853)Shinigami1-4/+1
2022-04-22test: use consistent assertion functions (#852)Shinigami1-57/+57
2022-04-19feat: add internet.emoji (#504)Hugo ATTAL1-0/+14
2022-04-08feat: special characters in emails (#792)Harsohail Brar1-0/+31
2022-03-01chore(type): type seedValue (#567)Shinigami1-1/+3
2022-02-20test: use toBeTypeOf (#511)Shinigami1-34/+34
2022-02-14test: rewrite internet (#475)Shinigami1-305/+475
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-1/+1
2022-01-30fix: improve internet tests and fix bug in domain name generation (#258)ST-DDT1-8/+118
2022-01-24build: bundle with esbuild (#257)Shinigami1-1/+1
2022-01-21chore(test): migrate to vitest (#235)Shinigami1-0/+271