Skip to content

Fizz Buzz Kata in Ts | Property-Based Testing (Node, TypeScript, Jest, JSVerify)

Notifications You must be signed in to change notification settings

imedsaoud/FizzBuzzKata

Repository files navigation

FIZZ BUZZ TDD

Starter project for kata with Property-Based Testing (Node, TypeScript, Jest, JSVerify)

Rules

Assuming n is a natural integer,

If n is a multiple of 3, return "Fizz" If n is a multiple of 5, return "Buzz" If n is a multiple of 3 and 5, return "FizzBuzz" Else return n

Installation

git clone https://github.com/mathieueveillard/js-kata-starter-pbt.git
cd js-kata-starter-pbt
npm install

Development

npm test

About

Fizz Buzz Kata in Ts | Property-Based Testing (Node, TypeScript, Jest, JSVerify)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published