From cc3b5708e105fa70819540cd21387432f917a86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salva=20P=C3=A9rez?= Date: Thu, 10 Feb 2022 10:13:36 +0100 Subject: [PATCH] Readme updated --- TypeScript/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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