Skip to content

Commit c9ec3a2

Browse files
committed
remove .only
1 parent de7c549 commit c9ec3a2

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
@@ -712,7 +712,7 @@ test('Object Literal Completions', () => {
712712
expect(pos4.filter(x => x.insertText?.includes(': '))).toEqual([])
713713
})
714714

715-
test.only('Object Literal Completions with keepOriginal: remove & builtin method snippets', () => {
715+
test('Object Literal Completions with keepOriginal: remove & builtin method snippets', () => {
716716
overrideSettings({
717717
'objectLiteralCompletions.keepOriginal': 'remove',
718718
})

0 commit comments

Comments
 (0)