The example of simple TDD environment. It's solving an popular fizzbuzz exercise.
###Getting Started###
There are two methods for getting started with this repo.
####npm scripts This package uses few npm scripts:
single test runnpn test and watch tests test and coverage report lint code with standard linter
> npm run test
> npm run test:watch
> npm run coverage
> npm run lint