describe('Config', () => {
        it('should be defined', () => {
            expect(ConfigProxy).toEqual(jasmine.any(Function));
        });
    });