Saturate / HelixForge

Use HelixForge to build your Helix Solutions. (Also all other solutions, because why not!)
MIT License
0 stars 0 forks source link

Feat/logger function #15

Closed Volzy closed 7 years ago

Volzy commented 7 years ago

Added a logger function that can be called with severity.

Please be critical in this review, @Saturate. My experience with writing tests (and nodejs for that matter) is rather limited.

Volzy commented 7 years ago

The lint errors are mainly no-console. I have disabled it as ESLint specifies:

When Not To Use It If you’re using Node.js, however, console is used to output information to the user and so is not strictly used for debugging purposes. If you are developing for Node.js then you most likely do not want this rule enabled.

@Saturate