Pass arbritrary arguments from wasm-pack test to wasm-bindgen-test #525
Labels
changelog - feature
enhancement
New feature or request
feature request
PR attached
there's a PR open for this issue
wasm-pack test
Milestone
I started using wasm-pack at 0.6.0 and it's been great - thanks!
My biggest point of friction so far is trying to TDD with
wasm-pack
test. Needing to run an entire test suite when I'm focused one one function is no fun.In #524 I had an idea for how to fix that, but I'm realizing that it adds a one off flag that might not really need to exist.
Instead, what if you could just pass anything through to
cargo test
?In this way
wasm-pack
wouldn't need to support every little request that someone might have. We just exposecargo test
and call it a day.Could this work in theory? Any holes in my thinking? How difficult would this be (I'm unfamiliar with the codebase)?
Cheers!
\cc @fitzgen since you know a good bit about
wasm-pack test
The text was updated successfully, but these errors were encountered: