From 3caed26f93cf579faa5a8c4e2d019ad59c751e6e Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Thu, 28 Apr 2022 12:00:19 +0200 Subject: [PATCH] test(base): fix wasm tests --- crates/matrix-sdk-base/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/matrix-sdk-base/Cargo.toml b/crates/matrix-sdk-base/Cargo.toml index 6476f4a85..a799df51b 100644 --- a/crates/matrix-sdk-base/Cargo.toml +++ b/crates/matrix-sdk-base/Cargo.toml @@ -54,3 +54,6 @@ tokio = { version = "1.17.0", default-features = false, features = [ "rt-multi-thread", "macros", ] } + +[target.'cfg(target_arch = "wasm32")'.dev-dependencies] +wasm-bindgen-test = "0.3.30"