Skip to content

feat: add bookmark widget #2997

feat: add bookmark widget

feat: add bookmark widget #2997

Triggered via pull request September 22, 2024 10:43
Status Failure
Total duration 3m 1s
Artifacts

code-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
typecheck
Type '{ app: null; clock: "date"; calendar: "calendar"; downloads: "torrents-status"; weather: "weather"; rssFeed: "rss"; video: "video-stream"; iframe: "iframe"; mediaServer: "media-server"; dnsHoleSummary: "dns-hole-summary"; ... 6 more ...; indexerManager: "indexer-manager"; }' does not satisfy the expected type 'Record<"calendar" | "indexerManager" | "clock" | "weather" | "app" | "iframe" | "video" | "notebook" | "dnsHoleSummary" | "dnsHoleControls" | "smartHome-entityState" | "smartHome-executeAutomation" | ... 5 more ... | "bookmarks", "calendar" | ... 21 more ... | null>'.
typecheck
Type 'K' cannot be used to index type '{ app: null; clock: "date"; calendar: "calendar"; downloads: "torrents-status"; weather: "weather"; rssFeed: "rss"; video: "video-stream"; iframe: "iframe"; mediaServer: "media-server"; dnsHoleSummary: "dns-hole-summary"; ... 6 more ...; indexerManager: "indexer-manager"; }'.
typecheck
Type 'K' cannot be used to index type 'OptionMapping'.
typecheck
@homarr/old-import#typecheck: command (/home/runner/work/homarr/homarr/packages/old-import) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
packages/widgets/src/test/translation.spec.ts > Widget properties with description should have matching translations > should have matching translations for items option description of bookmarks widget: packages/widgets/src/test/translation.spec.ts#L20
AssertionError: expected false to be undefined // Object.is equality - Expected: undefined + Received: false ❯ packages/widgets/src/test/translation.spec.ts:20:42
test
Process completed with exit code 1.