refactor(ct-angular): fix input forwarding
This commit is contained in:
parent
994bf21288
commit
048cb7dd8a
|
|
@ -116,8 +116,8 @@ async function __pwRenderComponent(component) {
|
|||
const fixture = TestBed.createComponent(WrapperComponent);
|
||||
fixture.nativeElement.id = 'root';
|
||||
|
||||
__pwUpdateProps(fixture, component.options?.props);
|
||||
__pwUpdateEvents(fixture, component.options?.on);
|
||||
__pwUpdateProps(fixture, component.props);
|
||||
__pwUpdateEvents(fixture, component.on);
|
||||
|
||||
fixture.autoDetectChanges();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue