diff --git a/src/components/FooterLogo/FooterLogo.spec.jsx b/src/components/FooterLogo/FooterLogo.spec.jsx index fea7aec31e..66348ff592 100644 --- a/src/components/FooterLogo/FooterLogo.spec.jsx +++ b/src/components/FooterLogo/FooterLogo.spec.jsx @@ -4,6 +4,7 @@ import { render, screen } from '@testing-library/react' import { CozyProvider, createMockClient } from 'cozy-client' import { FooterLogo } from './FooterLogo' +import CozyTheme from 'cozy-ui/transpiled/react/providers/CozyTheme' describe('FooterLogo', () => { const setup = mockLogos => { @@ -30,7 +31,9 @@ describe('FooterLogo', () => { }) render( - + + + ) }