WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

test(web): use @ts-ignore to suppress deprecated document.write diagnostic (ATB-34)

Malpercio c3d028a1 9f70b1e4

+1 -1
+1 -1
apps/web/src/__tests__/a11y.test.ts
··· 76 76 // fully replace jsdom's global document (including <html lang="en">) for 77 77 // axe-core. Alternatives like innerHTML assignment silently drop <html lang>, 78 78 // which causes axe to report a spurious html-has-lang violation. 79 - // eslint-disable-next-line @typescript-eslint/no-deprecated 79 + // @ts-ignore — intentional use of deprecated API; see comment above 80 80 document.write(html); 81 81 document.close(); 82 82 const results = await axe.run({