diff --git a/apps/fabro-web/app/router.test.tsx b/apps/fabro-web/app/router.test.tsx index fb9faede8..5636c420d 100644 --- a/apps/fabro-web/app/router.test.tsx +++ b/apps/fabro-web/app/router.test.tsx @@ -46,10 +46,4 @@ describe("browser router", () => { expect(paths).toContain("/settings/mcps/new"); expect(paths).toContain("/settings/mcps/:id/edit"); }); - - test("does not expose the removed playground route", () => { - const paths = collectPaths(routes); - - expect(paths).not.toContain("/playground"); - }); });