ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeSenderType, decodeSenderType);
test("roundtrips member", () => {
roundtrip("member");
});
test("roundtrips external", () => {
roundtrip("external");
});
test("roundtrips new_member_proposal", () => {
roundtrip("new_member_proposal");
});
test("roundtrips new_member_commit", () => {
roundtrip("new_member_commit");
});
});
//# sourceMappingURL=senderType.test.js.map