We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873c2d1 commit a102a76Copy full SHA for a102a76
typescript/test/completions.spec.ts
@@ -84,7 +84,7 @@ const getCompletionsAtPosition = (pos: number, { fileName = entrypoint, shouldHa
84
languageService,
85
ts.ScriptSnapshot.fromString(files[entrypoint]),
86
undefined,
87
- { scriptKind: ts.ScriptKind.TSX },
+ { scriptKind: ts.ScriptKind.TSX, compilerOptions: {} },
88
)
89
if (shouldHave) expect(result).not.toBeUndefined()
90
if (!result) return
0 commit comments