Module wasm_bindgen_test::__rt::browser
source · Expand description
Support for printing status information of a test suite in a browser.
Currently this is quite simple, rendering the same as the console tests in
node.js. Output here is rendered in a pre
, however.
Structs§
- Implementation of
Formatter
for browsers.