Skip to content

Commit 53addc0

Browse files
committed
Windows sucks
1 parent 212245e commit 53addc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ describe("Feature - workspace (neovim)", () => {
2222
}
2323
});
2424

25+
console.log("a"); // eslint-disable-line no-console
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+
console.log("c"); // eslint-disable-line no-console
2729
});
2830

2931
afterAll(async () => {
@@ -47,6 +49,7 @@ describe("Feature - workspace (neovim)", () => {
4749
});
4850

4951
await client.writeDocument("./subjectB.schema.json", `{ "$schema": "https://json-schema.org/draft/2020-12/schema" }`);
52+
console.log("e"); // eslint-disable-line no-console
5053

5154
expect(schemaUris).to.eql([documentUriA, documentUriB]);
5255
});

0 commit comments

Comments
 (0)