GildedRose-Refactoring-Kata/js-jest
dependabot[bot] 7e6346407d
Bump acorn from 5.7.3 to 5.7.4 in /js-jest
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-16 13:50:18 +00:00
..
src Add Gilded Rose kata for JavaScript with Jest 2019-10-15 15:52:21 +08:00
test Add Gilded Rose kata for JavaScript with Jest 2019-10-15 15:52:21 +08:00
.gitignore Add Gilded Rose kata for JavaScript with Jest 2019-10-15 15:52:21 +08:00
package-lock.json Bump acorn from 5.7.3 to 5.7.4 in /js-jest 2020-03-16 13:50:18 +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