Skip to content

Commit 55c468d

Browse files
committed
remove unused pos for format test
1 parent 0880610 commit 55c468d

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
@@ -505,7 +505,7 @@ test('In Keyword Completions', () => {
505505

506506
test('Format ignore', () => {
507507
decorateFormatFeatures(languageService, { ...languageService }, defaultConfigFunc)
508-
const [pos] = newFileContents(/* ts */ `
508+
newFileContents(/* ts */ `
509509
const a = {
510510
//@ts-format-ignore-region
511511
a: 1,

0 commit comments

Comments
 (0)