Skip to content

Commit

Permalink
add // @ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Dec 20, 2024
1 parent a3474c1 commit 508f5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/events/m.room.create.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test("roomCreateEvent", async () => {
});

const signed = await signEvent(event, signature, "hs1");

// @ts-ignore
expect(signed).toStrictEqual(finalEvent);
expect(signed).toHaveProperty(
"signatures.hs1.ed25519:a_HDhg",
Expand Down

0 comments on commit 508f5ec

Please sign in to comment.