import './main' describe('main', () => { it('is there', () => { expect(true).toBeTruthy() }) })