aboutsummaryrefslogtreecommitdiff
path: root/test/company.unit.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-21chore(test): migrate to vitest (#235)Shinigami1-100/+0
2022-01-18feat!: support tree-shaking (#152)Shinigami1-1/+1
2022-01-13chore: format tests (#67)Shinigami1-13/+12
2021-03-22Linting fixes for `./test`Marak1-89/+89
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-6/+6
Current status: - moved number(), float(), hexaDecimal(), boolean(), uuid() from random to datatype - moved respective test from random.unit to datatype.unit - tests of moved methods in random now check if DeprecationWarning is printed and respective method in datatype module is called - adapted all lib files that use moved methods (mostly number) - adapted tests of respective files to spy on the correct method - adapted README in order to promote usage of method that logs a DeprecationWarning
2017-10-21re-order of the company.bs adjective and buzz (#496)mbehzad1-5/+5
- re-orderes adjective and buzz in the company.bs template literal for a correct gramatics as sugessted in the issue #496, - re-orders the statements in the unit test to reflect the same order as in the function for an easier read.
2015-07-08[api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵Marak1-6/+6
Set default max random number to 99999. Added default arguments to some methods.
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-37/+37
[refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication.
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ↵Marak1-9/+0
ranges are now inclusive of max instead of exclusive. #88 #48
2014-05-17Moving to major new version for change of package name for uppercase to ↵FotoVerite1-56/+56
lowercase.
2013-01-07allowing all tests to run in browserBryan Donovan1-4/+5
2013-01-07renaming array_rand to array_elementBryan Donovan1-6/+6
2013-01-07100% test coverage.Bryan Donovan1-3/+3
2013-01-07making company.suffixes a function in testsBryan Donovan1-1/+1
2013-01-07Completely removing aliased lower-case functionsBryan Donovan1-11/+11
2013-01-07namespacing with 'Faker'Bryan Donovan1-56/+56
2013-01-07lower-casing modulesBryan Donovan1-15/+15
2013-01-05refactoring to use random.jsBryan Donovan1-10/+10
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 Donovan1-0/+107