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.
Install dependencies
npm installTo run all tests
npm testTo run all tests in watch mode
npm run test:watchTo generate test coverage report
npm run test:coverage