let a = '2'; describe('Finder tests', () => { it('checking 2', async () => { expect(a).toBe('2'); }); });