Skip to content

Commit 5c91b38

Browse files
Remove unnecessary code
1 parent 3243844 commit 5c91b38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/src/core/template.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ export class DxTestComponent extends DxComponent implements AfterViewInit {
8282
super(elementRef, ngZone, templateHost, _watcherHelper);
8383
}
8484

85-
protected _createInstance() {
86-
return this;
87-
}
85+
protected _createInstance() {}
8886

8987
ngAfterViewInit() {
9088
this.templates[0].render({

0 commit comments

Comments
 (0)