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);
|
const fixture = TestBed.createComponent(WrapperComponent);
|
||||||
fixture.nativeElement.id = 'root';
|
fixture.nativeElement.id = 'root';
|
||||||
|
|
||||||
__pwUpdateProps(fixture, component.options?.props);
|
__pwUpdateProps(fixture, component.props);
|
||||||
__pwUpdateEvents(fixture, component.options?.on);
|
__pwUpdateEvents(fixture, component.on);
|
||||||
|
|
||||||
fixture.autoDetectChanges();
|
fixture.autoDetectChanges();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue