refactor api to clean up internals
This commit is contained in:
@@ -60,6 +60,12 @@ async fn run_test_connection_table() {
|
||||
test_connection_table::test_all().await;
|
||||
}
|
||||
|
||||
#[wasm_bindgen_test]
|
||||
async fn run_test_signed_node_info() {
|
||||
setup();
|
||||
test_signed_node_info::test_all().await;
|
||||
}
|
||||
|
||||
#[wasm_bindgen_test]
|
||||
async fn exec_test_table_store() {
|
||||
setup();
|
||||
|
Reference in New Issue
Block a user