GildedRose-Refactoring-Kata/js-jest
2020-10-22 08:40:20 +02:00
..
src Added more comments and dock blocks 2020-10-22 08:40:20 +02:00
test Added more comments and dock blocks 2020-10-22 08:40:20 +02:00
.babelrc Added babel-node 2020-10-21 18:06:58 +02:00
.gitignore Added starndjs for linting, resolved initial errors, tested inheritance approach to tackle constraint of not touching the Item class 2020-10-21 13:42:37 +02:00
.npmrc Added babel-node 2020-10-21 18:06:58 +02:00
package-lock.json Implemented ConcertPass, AgedCheese, and LegendaryItem, along with better test output 2020-10-21 21:11:27 +02:00
package.json Implemented conjured items 2020-10-22 08:26:54 +02:00
README.md Add Gilded Rose kata for JavaScript with Jest 2019-10-15 15:52:21 +08:00

Gilded Rose

This is the Gilded Rose kata in JavaScript with Jest

Getting started

Install dependencies

npm install

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