Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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