Format
tests / tests (push) Failing after 5m18s

This commit is contained in:
Jon Staab
2026-06-20 10:36:40 -07:00
parent d2b57c559d
commit 2b69c4c495
52 changed files with 388 additions and 143 deletions
+8 -1
View File
@@ -28,7 +28,14 @@ describe("RoomDelete", () => {
})
it("round-trips the group behavior tag without duplication", async () => {
const del = await RoomDelete.fromEvent(makeEvent({tags: [["h", group], ["alt", "x"]]}))
const del = await RoomDelete.fromEvent(
makeEvent({
tags: [
["h", group],
["alt", "x"],
],
}),
)
const tmpl = await del.builder().toTemplate(signer)