Skip to content

Commit

Permalink
Windows sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Oct 18, 2024
1 parent 37fbd35 commit 81877b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-server/src/services/schemas-neovim.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe("Feature - workspace (neovim)", () => {
});
});

test("a change to a watched file should validate the workspace", async () => {
test.only("a change to a watched file should validate the workspace", async () => {
const schemaUris: string[] = [];

client.onNotification(PublishDiagnosticsNotification.type, (params) => {
Expand Down

0 comments on commit 81877b0

Please sign in to comment.