refactor api to clean up internals

This commit is contained in:
John Smith
2023-04-19 10:47:09 -04:00
parent 00b0edf687
commit b4a071170d
74 changed files with 3638 additions and 3027 deletions

View File

@@ -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();