import { render } from '@test-utils'; import Arrow from './arrow'; describe('Arrow', () => { it('renders an arrow icon oriented to the right', () => { const { container } = render(); expect(container).toBeDefined(); }); }); .philippot.eu/www.armandphilippot.com/atom/src/styles/abstracts/placeholders/_clearfix.scss?h=main' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
blob: 2a4f2629a0cd287f01f8655aecba24808dac3f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14