mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 23:11:28 +00:00
Starting code for the GildedRose Refactoring Kata in many programming languages.
| docs | ||
| src | ||
| test | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Gilded Rose
This is the Gilded Rose kata in JavaScript with Jest.
Getting started
Install dependencies
npm install
Run the demo
npm start
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