Skip to content

jdakowicz/testStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz example of TDD

The example of simple TDD environment. It's solving an popular fizzbuzz exercise.

Installaiton

To install just type yarn install if you have yarn installed (faster way) or use npm npm install

####npm scripts This package uses few npm scripts:

  • single test run
  npm run test
  • test and watch tests
  npm run test:watch
  • test and coverage report
  npm run coverage
  • lint code with standard linter
  npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published