Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.14 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.14 KB

log-dd

By taking TDD one step further, and specifying what the log output should look like before writing the code we can expect that the logs will give maintainers clear and useful logs.


Getting Started

Prerequisites

Testing

Lint

$ npm run lint
$ npm run format

or, do it all together as the pre-commit hook does:

$ npm run format:lint:fix

Unit Tests

$ npm test
or
$ npm run test:tdd

Coverage Report

$ npm run coverage

Technology


Best Practices and Coding Patterns


Contributors

Project scaffold generated by yo palo.