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