Я только что обновил RC3 на RC4, и теперь я получаю эту ошибку в моих тестах:Angular2 RC4: overrideDirective
Error: overrideDirective is not supported in this implementation of TestComponentBuilder
В TestComponentBuilder
внутри @angular/[email protected]/testing/test_component_builder.js
я могу видеть это объявление метода
TestComponentBuilder.prototype.overrideDirective = function(componentType, from, to) {
throw new Error('overrideDirective is not supported in this implementation of TestComponentBuilder.');
};
Так теперь возникает вопрос: как переопределить директиву?