From e72efcd07520d318dd8609a36a8eb1b41acad06c Mon Sep 17 00:00:00 2001 From: jferreyra Date: Mon, 18 Dec 2023 14:28:19 -0800 Subject: [PATCH] Added npm install command missing for the test-suite:server-ts requirements --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 094bca34..870a4116 100644 --- a/README.md +++ b/README.md @@ -302,9 +302,9 @@ Notable differences when comparing to the Java/ObjC support: easily add extension methods (by add functions to prototype) without having to derive from a base class. -The command to run Wasm/TypeScript unit tests is `bazel run -//test-suite:server-ts`. You will need the `tsc` compiler and the `browserify` -tool to run these tests. +Use `bazel run //test-suite:server-ts` to run the Wasm/TypeScript unit tests. +You will need `npm` and run `npm install` in the `test-suite` folder. +You need as well the `tsc` compiler and the `browserify` tool to run these tests. ## Async interface support