diff options
Diffstat (limited to 'src/components/atoms/images/logo.test.tsx')
| -rw-r--r-- | src/components/atoms/images/logo.test.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/components/atoms/images/logo.test.tsx b/src/components/atoms/images/logo.test.tsx deleted file mode 100644 index 06301d0..0000000 --- a/src/components/atoms/images/logo.test.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import { describe, expect, it } from '@jest/globals'; -import { render, screen } from '../../../../tests/utils'; -import { Logo } from './logo'; - -describe('Logo', () => { - it('renders a logo with a title', () => { - render(<Logo title="My title" />); - expect(screen.getByTitle('My title')).toBeInTheDocument(); - }); -}); |
