add logging to test suite
This commit is contained in:
parent
bf2809393a
commit
17df08297c
7 changed files with 172 additions and 8 deletions
|
@ -13,7 +13,7 @@ wasm-bindgen-futures = "0.4.32"
|
|||
futures-util = "0.3.25"
|
||||
serde = { version = "1.0.147", features = ["derive"] }
|
||||
wasm-logger = "0.2.0"
|
||||
log = "0.4.17"
|
||||
log = { version = "0.4.17", features = ["serde"] }
|
||||
|
||||
[features]
|
||||
ci = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue