This is the Gilded Rose kata in JavaScript with Jest
Based on the one from https://github.com/emilybache/GildedRose-Refactoring-Kata
The description and rules can be found here: https://github.com/NotMyself/GildedRose
Install dependencies
yarn install
To run all tests
yarn test
To run all tests in watch mode
yarn run test:watch
To generate test coverage report
yarn run test:coverage