This is the Gilded Rose kata implemented in JavaScript and tested with Jest.
This is adapted from the original repository by Emily Bache.
View the requirements here.
yarn install
yarn test:watch
format
: Runs Prettier to format the codeformat:watch
: Runs Prettier in watch modetest
: Runs all tests using Jesttest:coverage
: Runs all tests and generates a coverage reporttest:watch
: Runs tests in watch mode