diff --git a/src/client/App.tsx b/src/client/App.tsx index fa5bbb3..b569773 100644 --- a/src/client/App.tsx +++ b/src/client/App.tsx @@ -348,6 +348,7 @@ export function App() { { test("marks the reader's own event as theirs", () => { const html = render( , ); expect(html).toContain("yours"); @@ -170,6 +175,7 @@ describe("EventRow provenance", () => {