Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 28, 2024
1 parent 4f53e23 commit a2e30c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
28 changes: 7 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/LanguageServerManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ describe('LanguageServerManager', () => {
});
});

describe.only('getActiveRunsTooltipText', () => {
describe('getActiveRunsTooltipText', () => {
it('returns empty string when no active runs', () => {
expect(
languageServerManager['getActiveRunsTooltipText']([])
Expand Down

0 comments on commit a2e30c4

Please sign in to comment.