fix: gate wasm_tests on test cfg

This commit is contained in:
2026-04-22 18:48:49 +02:00
parent b35b391103
commit 43d3c9e367
+1 -1
View File
@@ -129,7 +129,7 @@ mod tests {
}
}
#[cfg(target_arch = "wasm32")]
#[cfg(all(target_arch = "wasm32", test))]
mod wasm_tests {
use super::*;
use wasm_bindgen_test::*;