Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 458 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 458 Bytes

Testing

The tests use wasm-pack. See the wasm-bindgen guide for more information.

We only run the tests on Chrome, since it's currently the only browser that supports the full streams API. Run the tests with:

wasm-pack test --headless --chrome

When debugging the tests, remove the --headless flag:

wasm-pack test --chrome