import React from 'react' import { render } from '@testing-library/react' import Bootstrap from './Bootstrap' test('renders', () => { render() })