Skip to content

Commit

Permalink
Removing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Dec 26, 2024
1 parent bf238ae commit 5489ac1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/test/highlighter/tokenProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ suite('an object sample', () => {
})

test('highlights properties', () => {
console.info(JSON.stringify(processed.filter(token => token.tokenType === 'property')))
const propertyTokens = processed.filter(token => token.tokenType === 'property')
expect(propertyTokens.length).toBe(6)
})
Expand Down Expand Up @@ -157,7 +156,6 @@ suite('a class sample', () => {
expect(birthdateDefinitionRange.start).toEqual({ line: 2, column: 15 })
expect(birthdateDefinitionRange.end).toEqual({ line: 2, column: 24 })

// ==> está duplicado!!!
const energyInFlyMethodRange1 = nextRange()
expect(energyInFlyMethodRange1.start).toEqual({ line: 5, column: 4 })
expect(energyInFlyMethodRange1.end).toEqual({ line: 5, column: 10 })
Expand Down

0 comments on commit 5489ac1

Please sign in to comment.