aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-03-24fix: name module gender (#644)Shinigami2-89/+162
2022-03-24refactor: set seed directly (#563)ST-DDT1-0/+26
2022-03-24fix: datatype.datetime should use static boundaries (#343)ST-DDT1-20/+50
2022-03-24fix: fake is unable to return empty strings (#347)ST-DDT1-0/+4
2022-03-24fix: normalize provider in finance.creditCardNumber (#662)Shinigami1-1/+13
2022-03-24fix: accept dates as params for Date methods (#200)Piotr Kuczynski1-137/+115
2022-03-23fix: corrected the Costa Rican IBAN format (#646)Jelle Hulter1-0/+44
2022-03-21chore(locale): added curated names for default(en) locale (#440)Ganesh Budhathoki1-14/+20
2022-03-21refactor: make number input immutable (#545)Leyla Jähnig1-9/+18
2022-03-21fix: mersenne rand invalid input argument (#577)Leyla Jähnig1-22/+8
2022-03-21fix: alphaNumeric all chars banned (#550)Leyla Jähnig1-1/+1
2022-03-21docs: deprecate randomize (#506)Leyla Jähnig1-0/+16
2022-03-21chore: deprecate helpers.*Card methods (#543)Stéphane Prohaszka1-1/+16
2022-03-21fix(finance): update iso-3166-1 country codes for IBAN/BIC (#168)Benjamin MENANT1-6/+10
2022-03-15chore: fix some lint warnings (#613)ST-DDT1-1/+1
2022-03-15docs: improve visualization for complex types (#608)ST-DDT2-5/+16
2022-03-07chore: configure eqeqeq lint rule (#595)Shinigami2-2/+2
2022-03-07chore: fix eslint error (#597)Shinigami1-2/+2
2022-03-07docs: add test for api docs generation (#574)ST-DDT5-0/+300
2022-03-01test: fix missing it blocks (#585)Shinigami1-39/+61
2022-03-01chore(type): type seedValue (#567)Shinigami22-22/+66
2022-03-01chore(deps): add prettier-plugin-organize-imports (#552)Shinigami1-1/+1
2022-02-24chore: move faker into own file (#548)Shinigami1-0/+9
2022-02-20test: use toBeTypeOf (#511)Shinigami19-172/+172
2022-02-19fix: test random.alphaNumeric (#517)Leyla Jähnig1-4/+28
2022-02-19test: cleanup finance test (#519)Shinigami1-288/+315
2022-02-19test: rewrite finance iban (#515)Shinigami1-265/+251
2022-02-19test: rewrite helpers tests (#499)Shinigami1-249/+727
2022-02-16test: rewrite company test (#493)Shinigami1-110/+224
2022-02-15test: rewrite random (#490)Shinigami1-161/+127
2022-02-15test: rewrite vehicle (#469)Shinigami1-78/+161
2022-02-14test: rewrite mersenne tests (#480)Piotr Narożnik2-22/+211
2022-02-14test: rewrite internet (#475)Shinigami3-317/+486
2022-02-11test: rewrite lorem (#473)Shinigami1-186/+333
2022-02-11test: rewrite word (#470)Shinigami1-27/+248
2022-02-10fix: fix unique method types (#457)ST-DDT1-10/+30
2022-02-10test: rewrite image tests (#414)Shinigami1-161/+67
2022-02-10test: rewrite database tests (#393)Shinigami1-67/+89
2022-02-10test: rewrite time tests (#421)Shinigami1-13/+68
2022-02-10test: rewrite git tests (#425)Shinigami1-132/+159
2022-02-06test: cover source instead of bundled code (#432)Shinigami27-66/+48
2022-02-05test: rewrite finance.spec.ts (#433)Yoshiaki Togami1-221/+241
2022-02-04test: rewrite phone tests (#396)Piotr Narożnik1-34/+115
2022-02-01test: rewrite music tests (#383)Piotr Narożnik1-6/+62
2022-02-01test: rewrite name tests (#372)Shinigami1-269/+456
2022-02-01test: rewrite hacker tests (#386)Shinigami1-0/+197
2022-01-31test: remove mocks from system (#303)Daniel Bannert1-54/+245
2022-01-30test: rewrite unique tests (#370)Shinigami1-45/+98
2022-01-30test: rewrite date tests (#312)Shinigami1-187/+613
2022-01-30fix: improve internet tests and fix bug in domain name generation (#258)ST-DDT1-8/+118