Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thawkin3/gilded-rose-js
The Gilded Rose kata implemented in JavaScript
https://github.com/thawkin3/gilded-rose-js
gilded-rose gildedrose gildedrose-kata kata refactor refactoring tdd tdd-kata tdd-katas-javascript
Last synced: 9 days ago
JSON representation
The Gilded Rose kata implemented in JavaScript
- Host: GitHub
- URL: https://github.com/thawkin3/gilded-rose-js
- Owner: thawkin3
- Created: 2021-01-21T18:21:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T21:18:06.000Z (about 4 years ago)
- Last Synced: 2024-11-27T15:51:04.013Z (2 months ago)
- Topics: gilded-rose, gildedrose, gildedrose-kata, kata, refactor, refactoring, tdd, tdd-kata, tdd-katas-javascript
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gilded Rose
This is the Gilded Rose kata implemented in JavaScript and tested with Jest.
This is adapted from the [original repository](https://github.com/emilybache/GildedRose-Refactoring-Kata/tree/master/js-jest) by Emily Bache.
## Kata Requirements
View the [requirements here](Requirements.md).
## Getting Started
```sh
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