Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 4468fb7

Browse files
committed
test: fix compile errors
1 parent 9c5f36f commit 4468fb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hoverifier.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ describe('Hoverifier', () => {
4646
fetchHover: createStubHoverFetcher(hover, delayTime),
4747
fetchJumpURL: createStubJumpURLFetcher(defURL, delayTime),
4848
pushHistory: noop,
49+
getReferencesURL: () => null,
4950
})
5051

5152
const positionJumps = new Subject<{
@@ -147,6 +148,7 @@ describe('Hoverifier', () => {
147148
fetchHover,
148149
fetchJumpURL,
149150
pushHistory: noop,
151+
getReferencesURL: () => null,
150152
})
151153

152154
const positionJumps = new Subject<{

0 commit comments

Comments
 (0)