Skip to content

Commit f73f4fd

Browse files
committed
Windows sucks
1 parent 37fbd35 commit f73f4fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

language-server/src/services/schemas-neovim.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { afterAll, beforeAll, describe, expect, test } from "vitest";
22
import { TestClient } from "../test/test-client.ts";
33
import { PublishDiagnosticsNotification } from "vscode-languageserver";
4+
import { wait } from "../test/test-utils.ts";
45

56
import type { DocumentSettings } from "./configuration.js";
67

@@ -47,6 +48,7 @@ describe("Feature - workspace (neovim)", () => {
4748
});
4849

4950
await client.writeDocument("./subjectB.schema.json", `{ "$schema": "https://json-schema.org/draft/2020-12/schema" }`);
51+
await wait(100);
5052

5153
expect(schemaUris).to.eql([documentUriA, documentUriB]);
5254
});

0 commit comments

Comments
 (0)