ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeWireformat, decodeWireformat);
test("roundtrips mls_public_message", () => {
roundtrip("mls_public_message");
});
test("roundtrips mls_private_message", () => {
roundtrip("mls_private_message");
});
test("roundtrips mls_welcome", () => {
roundtrip("mls_welcome");
});
test("roundtrips group_info", () => {
roundtrip("mls_group_info");
});
test("roundtrips mls_key_package", () => {
roundtrip("mls_key_package");
});
});
//# sourceMappingURL=wireformat.test.js.map