Refine domain, integrate into app
tests / tests (push) Failing after 5m14s

This commit is contained in:
Jon Staab
2026-06-19 12:50:34 -07:00
parent 1bd62d3024
commit e2a6ef21cd
115 changed files with 1354 additions and 3176 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ describe("RoomJoin", () => {
it("builds from a fresh builder", async () => {
const tmpl = await new RoomJoinBuilder()
.group("room2")
.setGroup("room2")
.setCode("xyz")
.setReason("hi there")
.toTemplate(signer)