aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2020-06-10Merge pull request #597 from johnmaia/feature/lite-coinMarak1-0/+8
Add litecoinAddress generator
2020-06-10Merge pull request #823 from ashishra0/add-product-descriptionMarak1-0/+12
add random product description generator
2020-06-10Merge pull request #807 from siwalikm/masterMarak1-0/+26
Adding support for fake Time Method()
2020-06-10Set default random seed for finance testsMarak1-0/+1
2020-06-10Merge pull request #856 from abnersajr/fix-652Marak1-16/+16
Changes LoremPixel from HTTP to HTTPS
2020-06-10Merge pull request #887 from edumoreira1506/fix/amount-return-numberMarak1-4/+14
Fix return of finance.amount
2020-05-18Fixes currency codeSZacharias Björngren1-1/+1
2020-03-11Fix return of finance.amountEduardo Moreira1-4/+14
2019-12-15Changes LoremPixel from HTTP to HTTPSAbner Soares Alves Junior1-16/+16
2019-12-14Adds Lorem Picsum as image providerAbner Soares Alves Junior1-0/+65
2019-10-09Added tests for the music faker.Steve Atkinson1-0/+17
2019-09-12add transaction description method on finance moduleAshish Rao1-0/+8
2019-09-11add random product description generatorAshish Rao1-0/+12
2019-06-20feat: added support for generating a random alpha-3 country codekaykhan1-0/+11
2019-04-18Get x dates between two datespbborel1-0/+13
2019-04-03test: check generated ethereum addresses are all lowercaseA.J. May1-1/+1
2018-11-17adding test casessiwalikm1-0/+10
2018-11-12adding unit testsiwalikm1-0/+16
2018-10-28[api] Added vehicle module #555Marak2-0/+84
2018-10-28Merge branch 'master' of https://github.com/chinclubi/faker.jsMarak1-90/+156
2018-10-27[test] [minor] Improving test coverageMarak2-2/+42
2018-10-27[test] Add `faker.fake` functional tests #386Marak3-34/+111
- Now running all methods through faker.fake - Adds coverage for scope issues #376 - Refactors functional test methods to helper
2018-10-20merge with masterTyler10-13/+586
2018-10-20Merge branch 'master' of https://github.com/tylerreichle/faker.js into ↵Tyler1-5/+5
add-vehicle
2018-10-17[test] `faker.fake` now at 100% code coverageMarak1-0/+20
2018-10-16add middleName testsMaksim Gruzdev1-0/+45
2018-10-15Bugfix random.shuffle last element.Matt R. Wilson1-0/+13
There was a bug in the implementation of the modern Fisher–Yates algorithm in that `i` was being decremented prematurely in each loop. This caused the last element of the array to never be swapped and therefore remain the last element. Updated doc to denote the provided array is shuffled in place.
2018-10-14[test] Increasing coverage for Mersenne TwisterMarak1-0/+22
* Covers internal argument validation * This validation is already tested upstream
2018-10-15Improve unit tests for name.findName() and name.prefix()Tito Nobre1-0/+95
2018-10-10[fix] Mersenne Twister seed_array #712Marak1-1/+14
2018-10-09fix(date): Allow for `refDate` in `soon()`, `recent()`Droogans1-0/+26
Closes #686
2018-09-26[minor] Spelling error in testsMarak1-2/+2
2018-09-26Add testsMahmoud Gamal1-2/+32
2018-09-27fix(bitcoinAddress): fix tests for bitcoin addressesAsh Prosser1-1/+6
The tests for bitcoin addresses had an invalid regex.
2018-09-24Merge pull request #591 from johnmaia/bugfix/bitcoin-addressMarak1-3/+3
Fix bitcoinAddress generator
2018-09-24Merge pull request #682 from yuezk/masterMarak1-1/+5
Add background color to `image.dataUri`
2018-09-24[api] [fix] [refactor] Unique options into classMarak1-6/+6
* #466 #596 * Fixes scope issues with max values
2018-09-24fix: system.directoryPath and system.filePathSimone Sanfratello1-0/+20
2018-09-23Merge pull request #600 from karllhughes/400-zipcode-by-state-1Marak1-0/+34
Added `address.postcode_by_state`
2018-09-23change shas to use hex charsDanielle Adams1-2/+2
2018-09-23add commit entry and remove readme changesDanielle Adams1-4/+67
2018-09-23cleanup tests and formattingDanielle Adams1-6/+6
2018-09-23add unit test for git moduleDanielle Adams1-0/+62
2018-09-22Merged `addess.nearbyGPSCoordinate` methodMarak1-0/+49
2018-09-21[api] Add method `faker.random.float`Jimmy Cann1-0/+77
- Extends the `faker.random.number` float to automatically return a 0.01 precision float - First parameter is set as the precision value
2018-08-15Add tests to ensure random gender-specific first name worksBrandon Slade1-0/+23
2018-08-13Added custom background color to data URI imageKevin Yue1-0/+4
2018-08-13Make data URI text align center and middleKevin Yue1-1/+1
2018-03-01Fix bitcoinAddress generatorJohn Maia1-3/+3
2018-01-20refactors zipCodeByState to match correct zip code ranges with testsWilly Raedy1-7/+25