Gestion des status

Signed-off-by: Gato <cedric@goutailler-olivier.fr>
This commit is contained in:
2026-05-28 20:15:55 +02:00
parent 5d8ea2bed7
commit 90880daa3a
23 changed files with 775 additions and 55 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ describe('Menu', () => {
it('should have five menu items', () => {
const items = (component as any).menuItems as { label: string; path: string }[];
expect(items.length).toBe(5);
expect(items.length).toBe(6);
});
it('should contain Issues link', () => {