Skip to content

Commit ffddfe1

Browse files
committed
fixt basic tests
1 parent b4ed129 commit ffddfe1

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
@@ -193,7 +193,7 @@ test('Emmet completion', () => {
193193
2: -5,
194194
}
195195
const getEmmetCompletions = pos => {
196-
const result = handleCommand({ languageService } as any, entrypoint, pos, 'emmet-completions', defaultConfigFunc)
196+
const result = handleCommand({ languageService } as any, entrypoint, pos, 'emmet-completions', languageService, defaultConfigFunc)
197197
return result?.typescriptEssentialsResponse?.emmetTextOffset
198198
}
199199
for (const [i, pos] of positivePositions.entries()) {

0 commit comments

Comments
 (0)