GildedRose-Refactoring-Kata/js-jest
2020-09-07 14:24:39 +00:00
..
src Add Gilded Rose kata for JavaScript with Jest 2019-10-15 15:52:21 +08:00
test Add a text test fixture for javascript projects 2020-04-07 06:46:41 -03:00
.gitignore Add Gilded Rose kata for JavaScript with Jest 2019-10-15 15:52:21 +08:00
package-lock.json Bump handlebars from 4.4.3 to 4.7.6 in /js-jest 2020-09-07 14:24:39 +00:00
package.json Add Gilded Rose kata for JavaScript with Jest 2019-10-15 15:52:21 +08: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