Sign in
android
/
toolchain
/
cargo-deny
/
HEAD
/
.
/
android
/
vendor
/
web-sys-0.3.69
/
tests
/
wasm
/
console.rs
blob: b836385698bb19bbeb02d3e6cfa94075c1f32972 [
file
] [
log
] [
blame
]
use
wasm_bindgen_test
::*;
use
web_sys
::
console
;
#[
wasm_bindgen_test
]
fn
test_console
()
{
console
::
time_with_label
(
"test label"
);
console
::
time_end_with_label
(
"test label"
);
}