wasm-pack test
default output text can be hard to interpret
#784
Labels
wasm-pack test
default output text can be hard to interpret
#784
🐛 Bug description
When running
wasm-pack test
the following is printed to the screen:wasm-pack
refers to a configurationNO_HEADLESS
being specified as part of the environment. However I haven't specified any env flags which makes it a bit confusing to figure out where this is coming from. Also the double negative for the flag threw me off a bit: to enable headless mode we need to omit an env var we don't remember setting? That was my reading of the text, and it confused me.🤔 Expected Behavior
Probably most people would want to run the tests in headless mode, which can be done through by passing
--headless
to wasm-pack test. Drawing people's attention to this in the copy might be helpful:👟 Steps to reproduce
This is one of the first pieces of copy users will see when running
wasm-pack test
.🌍 Your environment
Include the relevant details of your environment.
wasm-pack version:
0.9.0
rustc version: 1.41.0
os: windows
The text was updated successfully, but these errors were encountered: