it('does not re-cache cached value', () => {
      cacheMock.get = jest.fn(() => Promise.resolve(cachedValue));

      expect.assertions(1);