Skip to content

WIP: Allow plugins to register themes #6843

WIP: Allow plugins to register themes

WIP: Allow plugins to register themes #6843

Triggered via pull request December 7, 2024 00:25
Status Failure
Total duration 1m 2s
Artifacts

frontend.yml

on: pull_request
Matrix: build
Matrix: build docs
Matrix: build storybook
Matrix: lint
Matrix: test
Matrix: test plugins
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint (20.x, ubuntu-22.04)
Process completed with exit code 2.
build storybook (20.x, ubuntu-22.04)
Process completed with exit code 2.
build (20.x, ubuntu-22.04)
Process completed with exit code 2.
build docs (20.x, ubuntu-22.04)
Process completed with exit code 2.
test plugins (20.x, ubuntu-22.04)
Cannot find module './ThemeSettings' or its corresponding type declarations.
test plugins (20.x, ubuntu-22.04)
Process completed with exit code 2.
src/components/App/themeSlice.test.tsx > themeSlice > should handle initial state: frontend/src/components/App/themeSlice.test.tsx#L12
AssertionError: expected { logo: null, name: '', …(1) } to deeply equal { logo: null, name: '' } - Expected + Received Object { + "availableThemes": Array [], "logo": null, "name": "", } ❯ src/components/App/themeSlice.test.tsx:12:58
test (20.x, ubuntu-22.04)
Process completed with exit code 2.