Skip to content

Commit

Permalink
Windows sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Oct 19, 2024
1 parent 212245e commit 3e6d15b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions language-server/src/services/schemas-neovim.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { TestClient } from "../test/test-client.ts";
import { PublishDiagnosticsNotification } from "vscode-languageserver";

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


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

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

afterAll(async () => {
Expand Down

0 comments on commit 3e6d15b

Please sign in to comment.