mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
12 lines
497 B
Plaintext
12 lines
497 B
Plaintext
---
|
|
description: 測試你的專案
|
|
---
|
|
|
|
# 測試
|
|
|
|
<TODO>
|
|
|
|
## wasm_bindgen_test <a id="wasm_bindgen_test"></a>
|
|
|
|
Rust Wasm 工作群組有維護一個 crate 叫作 [`wasm_bindgen_test`](https://wasm-bindgen.github.io/wasm-bindgen/wasm-bindgen-test/index.html) ,他讓你可以在瀏覽器裡跑類似於用內建的巨集`#[test]`測試流程。 更多資訊可以參考 [Rust Wasm working group's documentation](https://wasm-bindgen.github.io/wasm-bindgen/wasm-bindgen-test/index.html)。
|