use wasm_bindgen_test::wasm_bindgen_test_configure;
wasm_bindgen_test_configure!(run_in_browser);
#[cfg(target_arch = "wasm32")]
mod conn_test;
mod user_test;