Fix docs about testing webidl

This commit is contained in:
Richard Dodd 2018-08-12 21:28:59 +01:00
parent 4f0ddd25ce
commit ea05235985

View File

@ -26,7 +26,7 @@ cargo test
## The Web IDL Frontend's Tests
```
cargo test -p wasm-bindgen-webidl
cargo test -p webidl-tests --target wasm32-unknown-unknown
```
## The Macro UI Tests