describe('Cache operations', () => { it('fails', () => { expect(1).toEqual(2); }); });