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(appview): assert 409 error body in dark-theme default check (ATB-57)

Malpercio 04f93908 e44e5d0e

+2
+2
apps/appview/src/routes/__tests__/admin.test.ts
··· 2880 2880 method: "DELETE", 2881 2881 }); 2882 2882 expect(res.status).toBe(409); 2883 + const body = await res.json(); 2884 + expect(body.error).toMatch(/default/i); 2883 2885 }); 2884 2886 2885 2887 it("deletes successfully when theme exists in policy availableThemes but not as a default", async () => {