Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Aug 20, 2024
1 parent ff43001 commit ed57492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/acceptance/language-server-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ describe('Language Server Extension', () => {

cli.kill(9);

expect(diagnosticCount).toBeGreaterThan(0)
expect(diagnosticCount).toBeGreaterThan(0);
});
});

0 comments on commit ed57492

Please sign in to comment.