import app from '../src/app' describe('Example', () => { test('should be defined', () => { expect(app).toBeDefined(); }) })