diff --git a/language-server/src/services/schemas-neovim.test.ts b/language-server/src/services/schemas-neovim.test.ts index b69597d..ffc693a 100644 --- a/language-server/src/services/schemas-neovim.test.ts +++ b/language-server/src/services/schemas-neovim.test.ts @@ -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) => {