Added the bones of test_serialize_json
This commit is contained in:
@@ -1 +1,2 @@
|
||||
pub mod test_serialize_json;
|
||||
pub mod test_serialize_rkyv;
|
||||
|
3
veilid-core/src/veilid_api/tests/test_serialize_json.rs
Normal file
3
veilid-core/src/veilid_api/tests/test_serialize_json.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub async fn test_all() {
|
||||
// test_simple_string().await;
|
||||
}
|
Reference in New Issue
Block a user