test: implement Phase 3 - Component Testing #202
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>'.
|