import { render, screen } from '@test-utils'; import SearchModal from './search-modal'; describe('SearchModal', () => { it('renders a search modal', () => { render(); expect(screen.getByText('Search')).toBeInTheDocument(); }); }); rmandphilippot.com/atom/src/components/ContactForm/ContactForm.module.scss?h=v1.0.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
blob: 3f0e86190a429209f0cd015e5df5bf3412728ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21