Skip to content

Commit 9e2fcaa

Browse files
committed
test: update test interface
1 parent a29da2d commit 9e2fcaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/app/tests/property-sets.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ import {
66
NgView,
77
ViewExtensions,
88
ViewClassMeta,
9+
NgElement,
910
} from "nativescript-angular/element-registry";
1011
import {Red} from "color/known-colors";
1112
import {device, platformNames} from "platform";
1213
import {createDevice} from "./test-utils";
1314

1415
class TestView extends View implements ViewExtensions {
16+
public previousSibling: NgElement;
17+
public nextSibling: NgElement;
18+
public lastChild: NgElement;
1519
public nodeName: string = "TestView";
1620
public nodeType: number = 1;
1721
public templateParent: NgView = null;

0 commit comments

Comments
 (0)