Fix tests

This commit is contained in:
Matt Rubens
2025-02-01 12:15:03 -05:00
parent 14683cc3c5
commit 70ad037016
4 changed files with 45 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ jest.mock("vscode", () => {
visibleTextEditors: [mockTextEditor],
tabGroups: {
all: [mockTabGroup],
onDidChangeTabs: jest.fn(() => ({ dispose: jest.fn() })),
},
},
workspace: {