Skip to content

Commit 3e6d15b

Browse files
committed
Windows sucks
1 parent 212245e commit 3e6d15b

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
@@ -3,6 +3,7 @@ import { TestClient } from "../test/test-client.ts";
33
import { PublishDiagnosticsNotification } from "vscode-languageserver";
44

55
import type { DocumentSettings } from "./configuration.js";
6+
import { wait } from "../test/test-utils.ts";
67

78

89
describe("Feature - workspace (neovim)", () => {
@@ -24,6 +25,7 @@ describe("Feature - workspace (neovim)", () => {
2425

2526
documentUriA = await client.writeDocument("./subjectA.schema.json", `{ "$schema": "https://json-schema.org/draft/2020-12/schema" }`);
2627
documentUriB = await client.writeDocument("./subjectB.schema.json", `{ "$schema": "https://json-schema.org/draft/2020-12/schema" }`);
28+
await wait(1000);
2729
});
2830

2931
afterAll(async () => {

0 commit comments

Comments
 (0)