fix wasm32 unit tests

This commit is contained in:
Christien Rioux 2023-10-14 15:59:12 -04:00
parent 36f0320a2f
commit a363bb0462

View File

@ -31,12 +31,6 @@ pub fn setup() -> () {
});
}
#[wasm_bindgen_test]
async fn wasm_test_host_interface() {
setup();
test_host_interface::test_all().await;
}
#[wasm_bindgen_test]
async fn wasm_test_types() {
setup();