import { render, screen } from '@test-utils'; import CCBySA from './cc-by-sa'; describe('CCBySA', () => { it('renders a CC BY SA icon', () => { render(); expect(screen.getByTitle('CC BY SA')).toBeInTheDocument(); }); }); /git.armand.philippot.eu/www.armandphilippot.com/atom/src/components/atoms/icons/career.test.tsx?h=v2.0.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
blob: 62ffc1499053fe32233fce58aca727a37c3d419b (plain)
1
2
3
4
5
6
7
8
9