Use the themeable image in footer. #10
Annotations
10 errors and 1 warning
|
|
|
Run Typescript tests and lint client code:
src/components/Footer.test.tsx#L6
Replace `ImageColorSchemeSwitch}·from·'./ImageColorSchemeSwitch'` with `·ImageColorSchemeSwitch·}·from·"./ImageColorSchemeSwitch"`
|
Run Typescript tests and lint client code:
src/components/Footer.test.tsx#L8
Replace `⏎jest.mock('./ImageColorSchemeSwitch'` with `jest.mock("./ImageColorSchemeSwitch"`
|
Run Typescript tests and lint client code:
src/components/Footer.test.tsx#L10
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run Typescript tests and lint client code:
src/components/Footer.test.tsx#L11
Replace `/>)⏎` with `·/>);`
|
Run Typescript tests and lint client code:
src/components/Footer.test.tsx#L16
Replace `src:dlsLogo,·alt:"t"` with `·src:·dlsLogo,·alt:·"t"·`
|
|
Run Typescript tests and lint client code:
src/components/Footer.test.tsx#L41
Replace `<Footer·logo={{"src":dlsLogo,"alt":""}}·copyright={copyrightText}·/>` with `⏎······<Footer·logo={{·src:·dlsLogo,·alt:·""·}}·copyright={copyrightText}·/>,⏎····`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading