mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-08 22:21:45 +00:00
Remove obsolete playground browser route assertion
This commit is contained in:
parent
f1b569d9e6
commit
7e6bbb243d
1 changed files with 0 additions and 6 deletions
|
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue