describe('init project', () => { it('runs jest without failing', () => { expect(true).toBe(true) }) })