describe('main test', () => { it('adds two numbers', async () => { expect(1 + 1).toEqual(2) }) })