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
In the project directory, you can run:
Runs test. You will also see any lint errors in the console.
State awake!, dont need to run any times, you save you test
This project its a prototipe to make testing in JavaScript, to be sure your change dont break! Ups...