FizzBuzz is a very simple programming task, used in software developer job interviews, to determine whether the job candidate can actually write code.
Test-driven development (TDD) is a development technique where you must first write a test that fails before you write new functional code.
To run all tests in watch mode:
$ yarn test:watch
To run all tests:
$ yarn test
To run fizzbuzz function:
$ yarn start
- jest
- ts-jest"
- ts-node
- typescript