Skip to content

thawkin3/gilded-rose-js

Repository files navigation

Gilded Rose

This is the Gilded Rose kata implemented in JavaScript and tested with Jest.

This is adapted from the original repository by Emily Bache.

Kata Requirements

View the requirements here.

Getting Started

yarn install
yarn test:watch

All NPM Scripts

  • format: Runs Prettier to format the code
  • format:watch: Runs Prettier in watch mode
  • test: Runs all tests using Jest
  • test:coverage: Runs all tests and generates a coverage report
  • test:watch: Runs tests in watch mode