yew/docs/more/testing.md
Teymour Aldridge b9863c1f5c
Finish setup of docusaurus (#1423)
* Add links to the sidebar.

* Remove unnecessary `page-ref`s (these links are now in the sidebar).

* Small grammar/style fix.

* Fix code tabs.

* Remove {% page-ref %} uses.

* Fix some line lengths.

* Split out `custom.css` into multiple files.

* Remove duplicate titles.
2020-07-24 16:17:47 +02:00

554 B

id title description
testing Testing apps 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.