aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2014-05-03improve image test coveragehkal1-9/+79
2014-02-19removes gender tests.FotoVerite1-26/+0
2014-02-17Merge branch 'master' of github.com:cyanos/Faker.js into cyanos-masterFotoVerite4-0/+208
Conflicts: Faker.js MinFaker.js Readme.md examples/js/Faker.js package.json
2014-02-17Fixes so build runs.FotoVerite1-7/+7
2014-01-08Add UIFaces to generate random avatarKieu Anh Tuan1-7/+10
2014-01-07Add support to lorempixel image providerKieu Anh Tuan1-0/+35
2013-11-05Add Date functionality: past, future, recent, betweencyanos31-0/+65
Includes build
2013-11-05My take on separating male and female names. Tests passing, Coverage restored.cyanos32-3/+29
2013-11-05Tree: let the width parameter also be a function that returns an intcyanos31-2/+16
2013-11-05Add random color to Internet.jscyanos31-0/+7
2013-11-05Add tree:cyanos31-0/+96
createTree(depth, width, obj) where - depth is the distance from the root to the farthest node - width is the number of children to add to each node - each property/value pair in obj contains a value that will be evaluated to get the final result. The property that contains the array of child nodes should have the value of "__RECURSE__"
2013-08-03I forgot how much of stinker zero is in Javascript. Looping tests on finance ↵Josef Salyer1-173/+188
should no longer fail
2013-07-28added tests and cleaned up at 100% in istanbul (not constantinople)Josef Salyer2-10/+66
2013-07-28added a bunch of test, changed format of many files to match the newer styleJosef Salyer15-0/+8710
2013-05-10Add range param to lorem.sentenceChris Cast1-1/+17
2013-03-19Improve perf by declaring definitions as arraysJoel Fillmore1-3/+0
2013-03-16fix #35: Add latitude/longitude fields (address.geo.[lat/lng])Mikhail Fedosov1-0/+31
2013-03-16js cleanup (jshint)Mikhail Fedosov3-22/+22
2013-03-15fix #42: Email has invalid charactersMikhail Fedosov2-3/+10
2013-01-08adding randomNumber and randomize back to helpers.jsBryan Donovan1-0/+18
2013-01-07allowing all tests to run in browserBryan Donovan11-83/+4202
2013-01-07adding real browser testsBryan Donovan6-59/+3478
2013-01-07renaming array_rand to array_elementBryan Donovan3-11/+11
2013-01-07100% test coverage.Bryan Donovan3-3/+121
2013-01-07phone number testsBryan Donovan2-1/+27
2013-01-07lorem.js testsBryan Donovan1-0/+163
2013-01-07linting and getting address.js to 100% test coverageBryan Donovan2-5/+70
2013-01-07making company.suffixes a function in testsBryan Donovan1-1/+1
2013-01-07Completely removing aliased lower-case functionsBryan Donovan4-45/+37
2013-01-07namespacing with 'Faker'Bryan Donovan3-149/+149
2013-01-07reverting downcasingBryan Donovan1-13/+13
2013-01-07backward-compat testsBryan Donovan1-6/+14
2013-01-07lower-casing modulesBryan Donovan3-45/+45
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
2013-01-06adding functional test for each functionBryan Donovan1-0/+46
2013-01-05refactoring to use random.jsBryan Donovan2-35/+31
2013-01-05refactoring so we do not need to use Helpers.randomize() everywhereBryan Donovan1-33/+34
2013-01-05refactoring company.jsBryan Donovan1-0/+1
2013-01-05100% coverage on company.jsBryan Donovan2-11/+118
2013-01-05adding mocha test runnerBryan Donovan2-2/+110
2013-01-05adding test/name.unit.jsBryan Donovan2-0/+71
2013-01-05renaming tests dir to testBryan Donovan4-0/+62