diff --git a/TypeScript/README.md b/TypeScript/README.md index ec290f53..259e05fe 100644 --- a/TypeScript/README.md +++ b/TypeScript/README.md @@ -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