import App from './App'; describe('App', () => { it('should exist', () => { expect(App).toBeTruthy(); }); });