Skip to content

Commit

Permalink
enable query tests
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebenlittle committed Jul 18, 2024
1 parent 272323c commit 66fb932
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/net/tests/query.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use gloo_net::http::QueryParams;
use wasm_bindgen_test::*;

wasm_bindgen_test_configure!(run_in_browser);

#[wasm_bindgen_test]
fn query_params_iter() {
let params = QueryParams::new();
Expand Down

0 comments on commit 66fb932

Please sign in to comment.