We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fbd35 commit 81877b0Copy full SHA for 81877b0
language-server/src/services/schemas-neovim.test.ts
@@ -39,7 +39,7 @@ describe("Feature - workspace (neovim)", () => {
39
});
40
41
42
- 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 () => {
43
const schemaUris: string[] = [];
44
45
client.onNotification(PublishDiagnosticsNotification.type, (params) => {
0 commit comments