| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add unit tests for util/config.ts | Kevin J Hoerr | 2019-12-12 | 2 | -6/+154 |
| | | |||||
| * | Finish developing unit tests for formats, logger | Kevin J Hoerr | 2019-12-11 | 1 | -4/+41 |
| | | |||||
| * | Add Jest to handle unit and integration testing | Kevin J Hoerr | 2019-12-11 | 2 | -10/+33 |
| | | | | | | | | | | | | | 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. | ||||
| * | Fix reported license and update changelog | Kevin J Hoerr | 2019-12-10 | 1 | -3/+2 |
| | | |||||
| * | Add linting to project using Eslint | Kevin J Hoerr | 2019-12-09 | 2 | -9/+17 |
| | | |||||
| * | Add winston, express-winston to handle logging | Kevin J Hoerr | 2019-12-08 | 2 | -0/+59 |
