mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-30 04:38:39 -04:00
[ci skip] fix wasm unit tests
This commit is contained in:
parent
6018d385e8
commit
3a8150c062
7 changed files with 55 additions and 21 deletions
|
@ -18,8 +18,8 @@ pub fn setup() -> () {
|
|||
let config = veilid_tracing_wasm::WASMLayerConfig::new()
|
||||
.with_report_logs_in_timings(false);
|
||||
.with_max_level(Level::TRACE);
|
||||
.with_console_config(tracing_wasm::ConsoleConfig::ReportWithoutConsoleColor);
|
||||
tracing_wasm::set_as_global_default_with_config(config);
|
||||
.with_console_config(veilid_tracing_wasm::ConsoleConfig::ReportWithoutConsoleColor);
|
||||
veilid_tracing_wasm::set_as_global_default_with_config(config);
|
||||
} else {
|
||||
wasm_logger::init(wasm_logger::Config::default());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue