ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeDefaultProposalType, decodeDefaultProposalType);
test("roundtrips add", () => {
roundtrip("add");
});
test("roundtrips group_context_extensions", () => {
roundtrip("group_context_extensions");
});
});
//# sourceMappingURL=proposalType.test.js.map