diff options
Diffstat (limited to 'src/components/atoms/layout/sidebar.test.tsx')
| -rw-r--r-- | src/components/atoms/layout/sidebar.test.tsx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/atoms/layout/sidebar.test.tsx b/src/components/atoms/layout/sidebar.test.tsx deleted file mode 100644 index 12b2f61..0000000 --- a/src/components/atoms/layout/sidebar.test.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import { describe, expect, it } from '@jest/globals'; -import { render, screen } from '../../../../tests/utils'; -import { Sidebar } from './sidebar'; - -const children = 'A widget'; - -describe('Sidebar', () => { - it('renders an aside element', () => { - render(<Sidebar>{children}</Sidebar>); - expect(screen.getByRole('complementary')).toHaveTextContent(children); - }); -}); |
