Skip to content

Commit f4f142e

Browse files
committed
test: fix test node type
Signed-off-by: Zxilly <zxilly@outlook.com>
1 parent 4235be0 commit f4f142e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/Tooltip.test.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ function getTestNode(): Entry {
1616
return 12345;
1717
}, toString(): string {
1818
return "test content";
19+
}, getType(): EntryType {
20+
return "unknown"
1921
}
2022
}
2123
}

0 commit comments

Comments
 (0)