1.0.3 • Published 8 years ago
test-simple-starter v1.0.3
Fizzbuzz example of TDD
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
1.0.3
8 years ago