[][src]Crate wasm_bindgen_test

Runtime support for the #[wasm_bindgen_test] attribute

More documentation can be found in the README for this crate!

Re-exports

pub use wasm_bindgen_test_macro::wasm_bindgen_test;

Modules

__rt

Internal-only runtime module used for the wasm_bindgen_test crate.

Macros

console_log

Helper macro which acts like println! only routes to console.log instead.

wasm_bindgen_test_configure

A macro used to configured how this test is executed by the wasm-bindgen-test-runner harness.