mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
docs: remove extra "```rust" and add closing bracket to Testing docs (#1870)
This commit is contained in:
parent
2a3b613230
commit
b61d0553a0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,6 @@ fn clear() {
|
|||
|
||||
clear.click();
|
||||
|
||||
```rust
|
||||
assert_eq!(
|
||||
div.outer_html(),
|
||||
// here we spawn a mini reactive system to render the test case
|
||||
|
@ -108,6 +107,7 @@ assert_eq!(
|
|||
.outer_html()
|
||||
})
|
||||
);
|
||||
}
|
||||
````
|
||||
|
||||
### [`wasm-bindgen-test` with `counters_stable`](https://github.com/leptos-rs/leptos/tree/main/examples/counters_stable/tests/web)
|
||||
|
|
Loading…
Reference in a new issue