wrong dependency flagged as missing #377
Labels
bug
Something isn't working
PR attached
there's a PR open for this issue
to-do
stuff that needs to happen, so plz do it k thx
Milestone
🐛 Bug description
I ran
wasm-pack test
withoutwasm-bindgen-test
installed, and got a message aboutwasm-bindgen
not being installed instead.🤔 Expected Behavior
I should have received a warning about
wasm-bindgen-test
not being installed. Instead I had to read through the detailed log below to figure out what was wrong, which is easier to miss.👟 Steps to reproduce
Given the following
Cargo.toml
run
$ wasm-pack test
It will complain about
wasm-bindgen
not existing, but the result will show thatwasm-bindgen-test
is missing.🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.5.0
rustc version: 1.30-nightly
Screenshot
The text was updated successfully, but these errors were encountered: