aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons/cc-by-sa.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/icons/cc-by-sa.test.tsx')
-rw-r--r--src/components/atoms/icons/cc-by-sa.test.tsx10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/components/atoms/icons/cc-by-sa.test.tsx b/src/components/atoms/icons/cc-by-sa.test.tsx
deleted file mode 100644
index 7e81835..0000000
--- a/src/components/atoms/icons/cc-by-sa.test.tsx
+++ /dev/null
@@ -1,10 +0,0 @@
-import { describe, expect, it } from '@jest/globals';
-import { render, screen } from '../../../../tests/utils';
-import { CCBySA } from './cc-by-sa';
-
-describe('CCBySA', () => {
- it('renders a CC BY SA icon', () => {
- render(<CCBySA />);
- expect(screen.getByTitle('CC BY SA')).toBeInTheDocument();
- });
-});