Added the bones of test_serialize_json

This commit is contained in:
Teknique
2023-05-25 15:22:01 -07:00
parent d0ac838708
commit cd8e90cafa
4 changed files with 14 additions and 0 deletions

View File

@@ -90,6 +90,12 @@ async fn wasm_test_envelope_receipt() {
test_envelope_receipt::test_all().await;
}
#[wasm_bindgen_test]
async fn wasm_test_serialize_json() {
setup();
test_serialize_json::test_all().await;
}
#[wasm_bindgen_test]
async fn wasm_test_serialize_rkyv() {
setup();