aboutsummaryrefslogtreecommitdiff
path: root/test/git.unit.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-21chore(test): migrate to vitest (#235)Shinigami1-124/+0
2022-01-18feat!: support tree-shaking (#152)Shinigami1-1/+1
2022-01-13chore: format tests (#67)Shinigami1-25/+24
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-3/+3
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
2018-09-23change shas to use hex charsDanielle Adams1-2/+2
2018-09-23add commit entry and remove readme changesDanielle Adams1-4/+67
2018-09-23cleanup tests and formattingDanielle Adams1-6/+6
2018-09-23add unit test for git moduleDanielle Adams1-0/+62