mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Readme updated
This commit is contained in:
parent
fdd6f6b4cb
commit
cc3b5708e1
@ -10,6 +10,18 @@ Install dependencies
|
|||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Running app
|
||||||
|
_You may need to install `ts-node`_
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npx ts-node test/golden-master-text-test.ts
|
||||||
|
```
|
||||||
|
|
||||||
|
Or with number of days as args:
|
||||||
|
```sh
|
||||||
|
npx ts-node test/golden-master-text-test.ts 10
|
||||||
|
```
|
||||||
|
|
||||||
## Running tests
|
## Running tests
|
||||||
|
|
||||||
To run all tests
|
To run all tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user