import { render } from '@test-utils'; import Envelop from './envelop'; describe('Envelop', () => { it('renders an envelop icon', () => { const { container } = render(); expect(container).toBeDefined(); }); }); ef='https://git.armand.philippot.eu/www.armandphilippot.com/atom/src/components/atoms/notice/notice.module.scss?h=main' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
blob: 31cfc2d177ed0603c141df07f0ee135c38665ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28