docs: update test command in README.md
This commit is contained in:
parent
ae8de8a631
commit
91be50865d
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ Because libraries that depend on this crate must be loaded into a Node executabl
|
||||||
To run tests:
|
To run tests:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn --cwd ./test_module build
|
yarn build:test
|
||||||
yarn test
|
yarn test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue