Skip to content

Commit 81877b0

Browse files
committed
Windows sucks
1 parent 37fbd35 commit 81877b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe("Feature - workspace (neovim)", () => {
3939
});
4040
});
4141

42-
test("a change to a watched file should validate the workspace", async () => {
42+
test.only("a change to a watched file should validate the workspace", async () => {
4343
const schemaUris: string[] = [];
4444

4545
client.onNotification(PublishDiagnosticsNotification.type, (params) => {

0 commit comments

Comments
 (0)