Skip to content

Commit

Permalink
test(proto): Fix wasm CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gretchenfrage committed Jan 28, 2025
1 parent bb54bc4 commit 69c00eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quinn-proto/src/tests/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
use super::*;

#[cfg(all(target_family = "wasm", target_os = "unknown"))]
use wasm_bindgen_test::wasm_bindgen_test as test;

#[test]
fn stateless_retry() {
let _guard = subscribe();
Expand Down

0 comments on commit 69c00eb

Please sign in to comment.