1 2 3 4 5 6
use wasm_bindgen_test::*; #[wasm_bindgen_test] async fn document_ready() { localghost::ready().await; }