Skip to content

Commit

Permalink
fix: turn on some test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 20, 2024
1 parent 2e34a57 commit 7b70735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dom_safe_html.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn simple() {

wasm_bindgen_test_configure!(run_in_browser);

//#[wasm_bindgen_test]
#[wasm_bindgen_test]
fn same_node() {
let old: Node<()> = ul(
[],
Expand Down

0 comments on commit 7b70735

Please sign in to comment.