From a363bb0462ef725abd5a308ae72c2f32d7c7019d Mon Sep 17 00:00:00 2001 From: Christien Rioux Date: Sat, 14 Oct 2023 15:59:12 -0400 Subject: [PATCH] fix wasm32 unit tests --- veilid-core/tests/web.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/veilid-core/tests/web.rs b/veilid-core/tests/web.rs index a15aae86..7d795bb8 100644 --- a/veilid-core/tests/web.rs +++ b/veilid-core/tests/web.rs @@ -31,12 +31,6 @@ pub fn setup() -> () { }); } -#[wasm_bindgen_test] -async fn wasm_test_host_interface() { - setup(); - test_host_interface::test_all().await; -} - #[wasm_bindgen_test] async fn wasm_test_types() { setup();