stable
Clone or download
Read-only
The change made in 211e2eeaddb396b9827c04530eb06c4afa0ae47e seems to be good enough to avoid issue when running tests while collecting coverage. This reverts commit 0560daf60d9c2aa4d128756189261dbbb07bb1f0. Part of request #27556: Migrate Vite-based packages to Vitest Change-Id: If7dbe882040d3e677e13d0920da40565f4d324f7
Modified Files
Name | ||||
---|---|---|---|---|
D | lib/frontend/fp-feedback/jest.config.js | +0 | −28 | Go to diff View file |
M | lib/frontend/fp-feedback/package.json | +7 | −6 | Go to diff View file |
M | lib/frontend/fp-feedback/src/feedback.test.ts | +1 | −11 | Go to diff View file |
M | lib/frontend/fp-feedback/tsconfig.json | +1 | −2 | Go to diff View file |
D | lib/frontend/project-sidebar-internal/jest.config.js | +0 | −35 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/package.json | +4 | −3 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/LinkedProjects.test.ts | +3 | −2 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/PrivacyBadge.test.ts | +3 | −2 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/ProjectAnnouncement.test.ts | +3 | −2 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/ProjectFlags.test.ts | +3 | −2 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/SidebarHeader.test.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/__snapshots__/LinkedProjects.test.ts.snap | +2 | −2 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/__snapshots__/PrivacyBadge.test.ts.snap | +2 | −2 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/__snapshots__/ProjectFlags.test.ts.snap | +2 | −2 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/__snapshots__/SidebarHeader.test.ts.snap | +2 | −2 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/ProjectSidebar.test.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/SidebarCollapseButton.test.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/SidebarFooter.test.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/SidebarLogo.test.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Tools/ToolList.test.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Tools/ToolPresenter.test.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/__snapshots__/ProjectSidebar.test.ts.snap | +18 | −6 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/configuration.test.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/load-custom-element.test.ts | +2 | −1 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/shortcuts.test.ts | +3 | −2 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/strict-inject.test.ts | +2 | −1 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/url-sanitizer.test.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/tsconfig.json | +1 | −1 | Go to diff View file |