Skip to content

Commit 5723586

Browse files
authored
Mock vs code commands in scheduled CLI test (#2136)
1 parent 6a98c22 commit 5723586

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension/src/vscode/mockModule.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ mock('vscode', {
1616
EventEmitter: MockEventEmitter,
1717
Uri: {
1818
file: URI.file
19-
}
19+
},
20+
commands: { executeCommand: () => undefined }
2021
})
2122

2223
mock('@hediet/std/disposable', {

0 commit comments

Comments
 (0)