Skip to content

Commit

Permalink
docs: remove extra "```rust" and add closing bracket to Testing docs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
he00741098 authored Oct 9, 2023
1 parent 2a3b613 commit b61d055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit b61d055

Please sign in to comment.