Skip to content

test: implement Phase 3 - Component Testing #202

test: implement Phase 3 - Component Testing

test: implement Phase 3 - Component Testing #202

Triggered via pull request January 12, 2026 16:29
Status Failure
Total duration 20s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test / testing
Process completed with exit code 2.
test / testing: vitest.setup.components.ts#L7
Property 'browser' does not exist on type 'typeof globalThis'.
test / testing: entrypoints/sidepanel/components/HistoryItem.test.tsx#L29
Argument of type '(key: string, fallback: string) => string' is not assignable to parameter of type '(key: string, substitutions: string[], fallback: string) => string'.
test / testing: entrypoints/sidepanel/components/EmptyState.test.tsx#L14
Argument of type '(key: string, fallback: string) => string' is not assignable to parameter of type '(key: string, substitutions: string[], fallback: string) => string'.
test / testing: entrypoints/sidepanel/App.test.tsx#L35
Argument of type '(key: string, fallback: string) => string' is not assignable to parameter of type '(key: string, substitutions: string[], fallback: string) => string'.
test / testing: entrypoints/popup/components/CopySelectedTabsButton.test.tsx#L36
Argument of type 'string' is not assignable to parameter of type 'Promise<string>'.
test / testing: entrypoints/popup/components/CopyCurrentTabButton.test.tsx#L33
Argument of type 'string' is not assignable to parameter of type 'Promise<string>'.
test / testing: entrypoints/popup/components/CopyAllTabsButton.test.tsx#L37
Argument of type 'string' is not assignable to parameter of type 'Promise<string>'.
test / testing: entrypoints/popup/App.test.tsx#L49
Argument of type 'string' is not assignable to parameter of type 'Promise<string>'.
test / testing: entrypoints/popup/App.test.tsx#L48
Argument of type 'string' is not assignable to parameter of type 'Promise<string>'.