GildedRose-Refactoring-Kata/JavaScript
Alexander Kahoun 5cae7b7d72
Sibi stack
2021-03-30 14:07:34 -07:00
..
src Sibi stack 2021-03-30 14:07:34 -07:00
test Sibi stack 2021-03-30 14:07:34 -07:00
.gitignore Sibi stack 2021-03-30 14:07:34 -07:00
package.json Sibi stack 2021-03-30 14:07:34 -07:00
README.md Sibi stack 2021-03-30 14:07:34 -07:00
yarn.lock Sibi stack 2021-03-30 14:07:34 -07:00

Gilded Rose

This is the Gilded Rose kata in JavaScript with Jest

Getting started

Install dependencies

npm install

Running tests

To run all tests

npm test

To run all tests in watch mode

npm run test:watch

To generate test coverage report

npm run test:coverage