/test

This project use jest to make testing in JavaScript, here we make a function call fizzbuzz if the number is multuple of 3 print fizz, if multiple of 5 print buzz and if multiple of 3 and 5 print FIZZBUZZ, ease... but its not the target of example, the target is make a testing

Primary LanguageJavaScript

Make TDD using jest, simple but effective!

This project use jest to make testing in JavaScript, here we make a function call fizzbuzz if the number is multuple of 3 print fizz, if multiple of 5 print buzz and if multiple of 3 and 5 print FIZZBUZZ, ease... but its not the target of example, the target is make a testing

First Steep

npm install

Available Scripts

In the project directory, you can run:

npm test

Runs test. You will also see any lint errors in the console.

npm run "test:watch"

State awake!, dont need to run any times, you save you test

Learn More

This project its a prototipe to make testing in JavaScript, to be sure your change dont break! Ups...