Skip to content

Commit 0b0d235

Browse files
committed
remove .only
1 parent e35b277 commit 0b0d235

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
@@ -534,7 +534,7 @@ test('Additional types suggestions', () => {
534534
})
535535
})
536536

537-
test.only('Object Literal Completions', () => {
537+
test('Object Literal Completions', () => {
538538
const [_positivePositions, _negativePositions, numPositions] = fileContentsSpecialPositions(/* ts */ `
539539
interface Options {
540540
usedOption

0 commit comments

Comments
 (0)