mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
13 lines
546 B
Plaintext
13 lines
546 B
Plaintext
---
|
|
title: Testing apps
|
|
description: Testing your app
|
|
---
|
|
|
|
# Testing
|
|
|
|
<TODO>
|
|
|
|
## wasm_bindgen_test
|
|
|
|
Rust Wasm ワーキンググループは wasm_bindgen_test というフレームワークをメンテナンスしており、組み込みの #[test] プロシージャルマクロの動作と同様の方法でブラウザでテストを実行することができます。詳細は、[Rust Wasm 活動グループのドキュメント](https://wasm-bindgen.github.io/wasm-bindgen/wasm-bindgen-test/index.html)に記載されています。
|