Skip to content

Commit a102a76

Browse files
committed
fix ci
1 parent 873c2d1 commit a102a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/test/completions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const getCompletionsAtPosition = (pos: number, { fileName = entrypoint, shouldHa
8484
languageService,
8585
ts.ScriptSnapshot.fromString(files[entrypoint]),
8686
undefined,
87-
{ scriptKind: ts.ScriptKind.TSX },
87+
{ scriptKind: ts.ScriptKind.TSX, compilerOptions: {} },
8888
)
8989
if (shouldHave) expect(result).not.toBeUndefined()
9090
if (!result) return

0 commit comments

Comments
 (0)