Readme updated

This commit is contained in:
Salva Pérez 2022-02-10 10:13:36 +01:00
parent fdd6f6b4cb
commit cc3b5708e1

View File

@ -10,6 +10,18 @@ Install dependencies
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
To run all tests