describe('cache', () => {
        it('should be instance of `ConfigCache`', () => {
            expect(cache).toEqual(jasmine.any(ConfigCache));
        });
    });