diff options
Diffstat (limited to 'src/components/atoms/icons/career.test.tsx')
| -rw-r--r-- | src/components/atoms/icons/career.test.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/components/atoms/icons/career.test.tsx b/src/components/atoms/icons/career.test.tsx deleted file mode 100644 index 27754a8..0000000 --- a/src/components/atoms/icons/career.test.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import { describe, expect, it } from '@jest/globals'; -import { render } from '../../../../tests/utils'; -import { Career } from './career'; - -describe('Career', () => { - it('renders a Career icon', () => { - const { container } = render(<Career />); - expect(container).toBeDefined(); - }); -}); |
