stable

Clone or download

Read-only

chore: Provide by vue/test-utils instead of mocking inject in Sidebar

part of request #38693 Use vue/test-utils instead of mocking strict inject No functional change. Unit tests should pass. Change-Id: Ibe95c1c493a28fe453f257c77bf3e5121705de76

Modified Files

Name
M lib/frontend/project-sidebar-internal/src/Header/LinkedProjects.test.ts +45 −61 Go to diff View file
M lib/frontend/project-sidebar-internal/src/Header/PrivacyBadge.test.ts +8 −6 Go to diff View file
M lib/frontend/project-sidebar-internal/src/Header/ProjectAnnouncement.test.ts +20 −24 Go to diff View file
M lib/frontend/project-sidebar-internal/src/Header/ProjectFlags.test.ts +17 −11 Go to diff View file
M lib/frontend/project-sidebar-internal/src/Header/SidebarHeader.test.ts +16 −13 Go to diff View file
M lib/frontend/project-sidebar-internal/src/SidebarCollapseButton.test.ts +22 −23 Go to diff View file
M lib/frontend/project-sidebar-internal/src/SidebarFooter.test.ts +16 −10 Go to diff View file
M lib/frontend/project-sidebar-internal/src/SidebarLogo.test.ts +16 −10 Go to diff View file
M lib/frontend/project-sidebar-internal/src/Tools/ToolList.test.ts +9 −6 Go to diff View file