Skip to content

Commit a92972a

Browse files
committed
remove .only
1 parent 8ef81ee commit a92972a

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
@@ -293,7 +293,7 @@ describe('Method snippets', () => {
293293
compareMethodSnippetAgainstMarker(markers, 2, 'ambiguous')
294294
})
295295

296-
test.only('methodSnippetsInsertText all', () => {
296+
test('methodSnippetsInsertText all', () => {
297297
overrideSettings({
298298
methodSnippetsInsertText: 'all',
299299
})

0 commit comments

Comments
 (0)