Skip to content

Commit c4dfb5b

Browse files
committed
fix build
1 parent 7d129ff commit c4dfb5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/test/completions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ test('Emmet completion', () => {
252252
2: -5,
253253
}
254254
const getEmmetCompletions = pos => {
255-
const result = handleCommand({ languageService } as any, entrypoint, pos, 'emmet-completions', languageService, defaultConfigFunc, {})
255+
const result = handleCommand(entrypoint, pos, 'emmet-completions', languageService, defaultConfigFunc, {})
256256
return result?.typescriptEssentialsResponse?.emmetTextOffset
257257
}
258258
for (const [i, pos] of positivePositions.entries()) {

0 commit comments

Comments
 (0)