Format
tests / tests (push) Failing after 5m17s

This commit is contained in:
Jon Staab
2026-06-20 10:36:40 -07:00
parent d2b57c559d
commit 22a666d497
53 changed files with 388 additions and 145 deletions
+7 -1
View File
@@ -38,7 +38,13 @@ describe("RelayJoin", () => {
it("round-trips with no duplicate tags and preserves passthrough/content", async () => {
const join = await RelayJoin.fromEvent(
makeEvent({tags: [["claim", "abc123"], ["alt", "x"]], content: "let me in"}),
makeEvent({
tags: [
["claim", "abc123"],
["alt", "x"],
],
content: "let me in",
}),
)
const tmpl = await join.builder().toTemplate(signer)