Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Sep 26, 2024
1 parent 6174dd6 commit f582586
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,6 @@ describe('SemanticTokensProvider', function () {
type: TokenType.variable,
modifiers: [TokenModifier.declaration, TokenModifier.local, TokenModifier.readonly]
},
{
line: 12,
character: 5,
length: 'Imported'.length,
type: isSvelte5Plus ? TokenType.type : TokenType.class,
modifiers: isSvelte5Plus ? [TokenModifier.readonly] : []
},
{
line: 12,
character: 23,
Expand Down

0 comments on commit f582586

Please sign in to comment.