Yarn is no longer needed for tests

This commit is contained in:
Alex Crichton 2018-09-24 10:44:14 -07:00
parent b91817f181
commit d10ca579e4

View File

@ -18,19 +18,3 @@ development.
as that is when WebAssembly support was introduced. [Install Node].
[Install Node]: https://nodejs.org/en/
3. The tests for this project also use `yarn`, a package manager for Node. To
install `yarn`, run:
```shell
npm install -g yarn
```
or follow other platform-specific instructions
[here](https://yarnpkg.com/en/docs/install).
Once `yarn` is installed, run it in the top level directory:
```shell
yarn
```