aboutsummaryrefslogtreecommitdiff
path: root/src/formats.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor coverage upload for ease of new formatsKevin J Hoerr2021-09-121-7/+3
|
* #4 Lower brightness of generated report badgesKevin J Hoerr2019-12-211-63/+49
|
* Fix color matcher for inbetween step valuesKevin J Hoerr2019-12-121-0/+22
|
* Finish developing unit tests for formats, loggerKevin J Hoerr2019-12-111-1/+96
|
* Add Jest to handle unit and integration testingKevin J Hoerr2019-12-111-0/+57
Wrote a couple of initial unit tests for some of the logic-heavy points in the application, being logger.ts and formats.ts. Evidently colorize() causes an error when transforming on the Format object that's returned. Since that is specific to the Console transport anyways, I just moved it to the transport, since the unit test was only testing the passed label in the returned Formats object. Also the bash template has some issues that I didn't test (oops), so those are fixed now.