aboutsummaryrefslogtreecommitdiff
path: root/test/datatype.unit.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-21chore(test): migrate to vitest (#235)Shinigami1-302/+0
2022-01-18feat!: support tree-shaking (#152)Shinigami1-1/+1
2022-01-13chore: format tests (#67)Shinigami1-312/+302
2021-10-19Merge pull request #1217 from jsoref/spelling6.0.0-alpha.0Marak1-1/+1
Spelling
2021-09-11rebuild bigInt generator pull requestEdwin Samodra1-0/+23
2021-08-18spelling: stubbedJosh Soref1-1/+1
Signed-off-by: Josh Soref <[email protected]>
2021-03-22Linting fixes for `./test`Marak1-280/+280
2021-03-03Issue 1114: new datatypes modulelbuerste1-7/+2
- fix test naming - remove not asserting test
2021-03-03Issue 1114: new datatypes modulelbuerste1-19/+20
Current status: - changed datetime test that checks seeding to not assert something because it does not work - changed some asserts to strictEqual instead of using .ok(a===b) - renamed datatype.date to datatype.datetime
2021-03-03Issue 1114: new datatypes modulelbuerste1-79/+119
Current status: - implemented array method and respective tests - added a few semicolons - changed test with seeding of datatype.date to only check date, not time - added test for generating json with set seed
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-4/+44
Current status: - adding methods for string, json and respective tests
2021-03-03Issue 1114: new datatypes modulelbuerste1-30/+29
Current status: - moved tests with seeding problem back to random.unit - implemented date method - added datatype module to seed funtion - added tests for date method
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-0/+214
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