refactor(admin): remove auth migration reports

This commit is contained in:
IanShaw027
2026-04-21 17:34:18 +08:00
parent c624cce88e
commit d08757ce9e
28 changed files with 20 additions and 1884 deletions

View File

@@ -30,9 +30,3 @@ describe('AppSidebar header styles', () => {
expect(sidebarBrandBlockMatch?.[0]).not.toContain('overflow: hidden;')
})
})
describe('AppSidebar admin navigation', () => {
it('includes a visible entry for auth identity migration reports', () => {
expect(componentSource).toContain("'/admin/users/auth-identity-migration-reports'")
})
})