aboutsummaryrefslogtreecommitdiff
path: root/test/all.functional.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-21chore(test): migrate to vitest (#235)Shinigami1-55/+0
2022-01-18feat!: support tree-shaking (#152)Shinigami1-1/+1
2022-01-13chore: format tests (#67)Shinigami1-7/+7
2021-03-22Linting fixes for `./test`Marak1-24/+24
2018-10-27[test] Add `faker.fake` functional tests #386Marak1-34/+28
- Now running all methods through faker.fake - Adds coverage for scope issues #376 - Refactors functional test methods to helper
2017-02-21Functionally test all modules/methodsJim Fitzpatrick1-45/+47
Walk over the faker object to accumulate all methods for functional testing purposes, blacklisting those that should be ignored. Conflicts: test/all.functional.js
2017-02-21Statically bind all module methodsJim Fitzpatrick1-3/+14
Statically bind the methods on all modules to their correct context so that the methods can be called in a composable, callback-oriented manner. Closes #376 Conflicts: lib/index.js test/all.functional.js
2017-02-09Merge pull request #437 from lencse/masterMarak1-1/+1
[api] Added `lorem.slug` method
2017-02-09testskulaeff1-0/+2
2016-11-24Added lorem.slug to functional testLevente Löki1-1/+1
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid ↵Marak1-2/+2
the default behavior of requiring all locale data. #125 #167
2015-07-06[merge] Commerce implementationMarak1-1/+3
2015-03-10Add Commerce functions from https://github.com/stympy/faker into javascriptrob.scott1-1/+3
2014-12-09Add new jobTitle function to name object.JKillian1-1/+1
I had to make a few concessions when doing this. Ideally I would have added this function under the 'company' module, but I chose to add it to the 'name' object instead, as the data happened to already exist in the locale files under 'name.title'. However, I felt that the field names in the locale files were confusing, so their wrappers in the name module are renamed for clarity. For example, faker.name.jobArea() returns a random element from locale.name.title.level. In my opinion, 'jobArea' was a much better description of the data than 'level'. Finally, fixed a bug in one unit test which didn't restore a function to its original state after watching it.
2014-09-17[feature] - add faker for currencyMQuy1-1/+3
2014-09-15[api] [refactor] Removed definitions.js file. All data definitions are now ↵Marak1-23/+18
loaded from localized data sets, en is default locale. #116
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-8/+8
[refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication.
2014-05-17Moving to major new version for change of package name for uppercase to ↵FotoVerite1-4/+4
lowercase.
2013-01-07allowing all tests to run in browserBryan Donovan1-4/+5
2013-01-07linting and getting address.js to 100% test coverageBryan Donovan1-2/+2
2013-01-07Completely removing aliased lower-case functionsBryan Donovan1-8/+0
2013-01-07reverting downcasingBryan Donovan1-13/+13
2013-01-07backward-compat testsBryan Donovan1-6/+14
2013-01-06adding functional test for each functionBryan Donovan1-0/+46