import App from './App' import { render } from 'utils/test' describe('', () => { test('renders without crashing the initial page (dashboard)', () => { const { getByTestId } = render() expect(getByTestId('proxy-main-nav')).toBeInTheDocument() }) })