feat(deps): add auto-detected Dependencies tab with status-based grouping #308
Annotations
3 errors
|
ci
Process completed with exit code 1.
|
|
[browser] tests/components/DashboardPage.test.tsx > DashboardPage — abandonedDepsMap and dashboardIssueUrls on auth clear > Dependencies tab disappears after auth clear (abandonedDepsMap reset):
src/app/components/dashboard/DashboardPage.tsx#L188
Error: [vitest] No "DEP_META_STORAGE_KEY" export is defined on the "../../src/app/stores/auth" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("../../src/app/stores/auth"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ cb src/app/components/dashboard/DashboardPage.tsx:188:29
❯ tests/components/DashboardPage.test.tsx:2194:42
|
|
[browser] tests/components/DashboardPage.test.tsx > DashboardPage — onAuthCleared integration > onAuthCleared callback destroys coordinator and resets data:
src/app/components/dashboard/DashboardPage.tsx#L188
Error: [vitest] No "DEP_META_STORAGE_KEY" export is defined on the "../../src/app/stores/auth" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("../../src/app/stores/auth"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ cb src/app/components/dashboard/DashboardPage.tsx:188:29
❯ tests/components/DashboardPage.test.tsx:621:42
|