Skip to content

Commit

Permalink
ci: vitest one love, ty
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 14, 2022
1 parent bd6f8fc commit 5ab037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/test/completions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test('Additional banned positions for our method snippets', () => {
}
})

test.only('Not banned positions for our method snippets', () => {
test('Not banned positions for our method snippets', () => {
const cursorPositions = newFileContents(/* ts */ `
const test = () => ({ method() {} })
const test2 = () => {}
Expand Down

0 comments on commit 5ab037c

Please sign in to comment.