Skip to content

Commit

Permalink
Added npm install command missing for the test-suite:server-ts requir…
Browse files Browse the repository at this point in the history
…ements
  • Loading branch information
jferreyra-sc committed Dec 18, 2023
1 parent b76681b commit e72efcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e72efcd

Please sign in to comment.