Skip to content

Latest commit

 

History

History
 
 

kata-fizzbuzz-js-jest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FizzBuzz avec javascript et Jest

Prérequis

Installation

Avec Npm

npm install

Avec Yarn

yarn

Exécution des tests

Avec Npm

npm test

Avec yarn

yarn test

Ou mode "watch"

npm run test:watch
yarn test:watch