Skip to content
This repository was archived by the owner on Jul 19, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 521 Bytes

testing.md

File metadata and controls

12 lines (7 loc) · 521 Bytes
description
Testing your app

Testing

<TODO>

wasm_bingen_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.