import { render, screen } from '@testing-library/react'; import App from './App'; test('This will always pass. MuniMuni', () => { const linkElement = ""; expect(linkElement).toBe(""); });