Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 394 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 394 Bytes

Gilded Rose

This is the Gilded Rose kata in JavaScript with Jest.

In this exercise I tried to refactor an ugly code with the help of test.

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