aboutsummaryrefslogtreecommitdiff
path: root/test/address.unit.js
AgeCommit message (Expand)AuthorFilesLines
2021-03-22Linting fixes for `./test`Marak1-482/+482
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-33/+33
2020-10-04Fix typoCarlos Carvalho1-12/+12
2020-10-04Change deprecated assert.equalCarlos Carvalho1-26/+51
2020-08-25Merge branch 'master' into country-code-alpha-3Marak1-0/+10
2020-08-18add time_zonemkg01-0/+10
2019-06-20feat: added support for generating a random alpha-3 country codekaykhan1-0/+11
2018-10-27[test] [minor] Improving test coverageMarak1-1/+36
2018-09-26[minor] Spelling error in testsMarak1-2/+2
2018-09-26Add testsMahmoud Gamal1-2/+32
2018-09-23Merge pull request #600 from karllhughes/400-zipcode-by-state-1Marak1-0/+34
2018-09-22Merged `addess.nearbyGPSCoordinate` methodMarak1-0/+49
2018-01-20refactors zipCodeByState to match correct zip code ranges with testsWilly Raedy1-7/+25
2018-01-20Adding test for zipcode by state, basic functionalityKarl Hughes1-0/+16
2017-10-22add direction abbr options with testsTyler1-3/+27
2017-10-21add direction generator and testTyler1-0/+10
2017-10-21add unit tests and schema desciptionsTyler1-0/+19
2017-01-26Add max, min for latitude and longitudeAndres Silva1-0/+26
2016-05-06Added unit test for nearbyGPSCoordinateVivek Seth1-0/+48
2015-07-30Only append suffix to streetName if suffix is presentTom Collier1-1/+12
2015-07-08[api] [refactor] Rename `array_element` and `object_element` to camelCase. Se...Marak1-3/+3
2015-07-08* Fixed up assertions.portse1-9/+3
2015-07-08* Added unit tests as per request in PR comment.portse1-0/+31
2014-10-27adds ability to get random country code and tests.FotoVerite1-4/+14
2014-09-15[api] [refactor] Removed definitions.js file. All data definitions are now lo...Marak1-80/+19
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-91/+98
2014-05-17Moving to major new version for change of package name for uppercase to lower...FotoVerite1-107/+107
2013-03-16fix #35: Add latitude/longitude fields (address.geo.[lat/lng])Mikhail Fedosov1-0/+31
2013-03-16js cleanup (jshint)Mikhail Fedosov1-2/+2
2013-01-07allowing all tests to run in browserBryan Donovan1-4/+5
2013-01-07renaming array_rand to array_elementBryan Donovan1-3/+3
2013-01-07linting and getting address.js to 100% test coverageBryan Donovan1-3/+68
2013-01-07Completely removing aliased lower-case functionsBryan Donovan1-21/+21
2013-01-07namespacing with 'Faker'Bryan Donovan1-77/+77
2013-01-07lower-casing modulesBryan Donovan1-24/+24
2013-01-07brState() testsBryan Donovan1-0/+36
2013-01-06tests for streetAddress()Bryan Donovan1-0/+55
2013-01-06initial address.unit.jsBryan Donovan1-0/+105