yew/docs/more/testing.md
Teymour Aldridge 3fe6121c3c
Ci for documentation (#1393)
* Add contributing guidelines.

* Add spellchecking.

* Update dictionary.

* Update dictionary.

* Update dictionary.
2020-07-10 11:18:21 +08:00

522 B

description
Testing your app

Testing

<TODO>

wasm_bindgen_test

The Rust WASM working group maintains a crate called wasm_bindgen_test which allows you to run tests in a browser in similar fashion to how the built-in #[test] procedural macro works. More information is given in the Rust WASM working group's documentation for this module.