Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 875fa8d

Browse files
committed
Fix extension activation test mock
1 parent 98dd3ae commit 875fa8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/__tests__/extension.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ vi.mock("../activate", () => ({
166166
registerCommands: vi.fn(),
167167
registerCodeActions: vi.fn(),
168168
registerTerminalActions: vi.fn(),
169+
initializeProviderModelStatusBar: vi.fn(),
169170
CodeActionProvider: vi.fn().mockImplementation(() => ({
170171
providedCodeActionKinds: [],
171172
})),

0 commit comments

Comments
 (0)