Skip to content

Commit 5ab037c

Browse files
committed
ci: vitest one love, ty
1 parent bd6f8fc commit 5ab037c

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
@@ -86,7 +86,7 @@ test('Additional banned positions for our method snippets', () => {
8686
}
8787
})
8888

89-
test.only('Not banned positions for our method snippets', () => {
89+
test('Not banned positions for our method snippets', () => {
9090
const cursorPositions = newFileContents(/* ts */ `
9191
const test = () => ({ method() {} })
9292
const test2 = () => {}

0 commit comments

Comments
 (0)