node-browser-testing 2.0.0

Tests for the in-browser light client.
docs.rs failed to build node-browser-testing-2.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Running

Running this test can be done with

wasm-pack test --firefox --release --headless bin/node/browser-testing

or (without wasm-pack)

CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER=wasm-bindgen-test-runner WASM_BINDGEN_TEST_TIMEOUT=60 cargo test --target wasm32-unknown-unknown

For debug infomation, such as the informant, run without the --headless flag and open a browser to the url that wasm-pack test outputs. For more infomation see https://rustwasm.github.io/docs/wasm-pack/.