Skip to content

Commit

Permalink
fix: skip test
Browse files Browse the repository at this point in the history
Ilya Golovin committed Nov 12, 2023
1 parent a572a57 commit def8176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/test/codeActions.spec.ts
Original file line number Diff line number Diff line change
@@ -200,7 +200,7 @@ describe('Add destructure', () => {
newContent: expected,
})
})
test.skip('Should skip if cursor position on accessor', () => {
test('Should skip if cursor position on accessor', () => {
const cursorOnAccessor = /* ts */ `
const a = {
foo: 1,

0 comments on commit def8176

Please sign in to comment.