We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6f8fc commit 5ab037cCopy full SHA for 5ab037c
typescript/test/completions.spec.ts
@@ -86,7 +86,7 @@ test('Additional banned positions for our method snippets', () => {
86
}
87
})
88
89
-test.only('Not banned positions for our method snippets', () => {
+test('Not banned positions for our method snippets', () => {
90
const cursorPositions = newFileContents(/* ts */ `
91
const test = () => ({ method() {} })
92
const test2 = () => {}
0 commit comments