towergame / yatsl

Yet Another TypeScript Logger
https://www.npmjs.com/package/yatsl
MIT License
3 stars 2 forks source link

Added Testing (and fixed a bug) #9

Closed towergame closed 2 years ago

towergame commented 2 years ago

Resolves #4 by adding unit testing for the current feature set, further unit tests should be implemented as features are added. Also added a GitHub Action to run the tests upon each pull request to the main branch in order to verify that everything works before it is merged into the production branch of the package.

towergame commented 2 years ago

Seems to work fine, might improve the testing.yml script later down the line to post the output of the test or something.