Long lines in test output getting cut off #520
Labels
bug
Something isn't working
current release
current todo items
duplicate
This issue or pull request already exists
logging
user report
wasm-pack test
Milestone
🐛 Bug description
Lines that are longer than the terminal width are getting trimmed to terminal width in the test output when run under
wasm-pack test
.👟 Steps to reproduce
cd
into it: test-case.zipwasm-pack test --headless --firefox
(or--chrome
or whatever browser you have installed)Actual Behavior
The lines are trimmed:
🤔 Expected Behavior
We don't swallow any test output.
If I run
cargo test
with thewasm-bindgen-test-runner
manually, I get the expected, untrimmed output, so this is something inwasm-pack
.🌍 Your environment
Include the relevant details of your environment.
wasm-pack version:
rustc version:
The text was updated successfully, but these errors were encountered: