lutinmaviou / tdd-react-fizzbuzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDD react jest

Testing the fuzzbuzz fonction in a React component with Jest and the TDD methodology.

Using the library React Testing Library


FizzBuzz function rules :

Write a program that returns the integers from 1 to 100.
However:

  • For multiples of 3, replace the name with Fizz
  • For multiples of 5, replace the name with Buzz
  • For multiples of 15, replace the name with FizzBuzz

Expecting example :

"12Fizz4BuzzFizz78FizzBuzz...............Buzz"

About


Languages

Language:JavaScript 64.5%Language:HTML 22.9%Language:CSS 12.5%