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

test(web): strengthen reset-to-preset 400 assertion (ATB-59)

+2
+2
apps/web/src/routes/__tests__/admin-themes.test.tsx
··· 675 675 }); 676 676 677 677 expect(res.status).toBe(400); 678 + const html = await res.text(); 679 + expect(html.toLowerCase()).toMatch(/invalid|unknown|preset/); 678 680 }); 679 681 });