docs: update test command in README.md

This commit is contained in:
LongYinan 2020-10-11 22:16:33 +08:00
parent ae8de8a631
commit 91be50865d
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -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
``` ```