1.0.3 • Published 7 years ago

test-simple-starter v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

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