mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-17 23:41:27 +00:00
Add installation
This commit is contained in:
parent
7e5439438f
commit
e7373f8843
@ -23,7 +23,15 @@ With more time I would add a 'sellInChange' function to each item type to mirror
|
|||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
To run the tests and see code coverage run ``npm run test``.
|
To run the tests and see code coverage run
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/dan-holmes/gilded-rose.git
|
||||||
|
cd GildedRose-Refactoring-Kata
|
||||||
|
cd js-jasmine
|
||||||
|
npm install
|
||||||
|
npm run test
|
||||||
|
```
|
||||||
|
|
||||||
Current test coverage:
|
Current test coverage:
|
||||||

|

|
||||||
Loading…
Reference in New Issue
Block a user