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'/>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21