test(base): fix wasm tests

This commit is contained in:
Benjamin Kampmann
2022-04-28 12:00:19 +02:00
parent 7aeb8cf482
commit 3caed26f93

View File

@@ -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"