try fix CI test

This commit is contained in:
Adrian Wannenmacher 2022-12-16 12:55:50 +01:00
parent 83d428b853
commit 7d0c098a61
No known key found for this signature in database
GPG key ID: 19D986ECB1E492D5

View file

@ -34,9 +34,9 @@ dioxus-ssr = { path = "../ssr" }
dioxus-desktop = { path = "../desktop" }
[target.'cfg(target_family = "wasm")'.dev-dependencies]
console_error_panic_hook = "0.1.7"
dioxus-router = { path = ".", features = ["web"] }
dioxus-web = { path= "../web" }
[target.'cfg(feature = "wasm_test")'.dev-dependencies]
gloo = "0.8.0"
wasm-bindgen-test = "0.3.33"
wasm-logger = "0.2.0"