mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Fix broken link to example code in testing book page (#1365)
This commit is contained in:
parent
f40ae6af30
commit
85644a7c1c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ wasm-pack test --firefox
|
|||
### Writing Your Tests
|
||||
|
||||
Most tests will involve some combination of vanilla DOM manipulation and comparison to a `view`. For example, here’s a test [for the
|
||||
`counter` example](https://github.com/leptos-rs/leptos/blob/main/examples/counter/tests/mod.rs).
|
||||
`counter` example](https://github.com/leptos-rs/leptos/blob/main/examples/counter/tests/web.rs).
|
||||
|
||||
First, we set up the testing environment.
|
||||
|
||||
|
|
Loading…
Reference in a new issue