Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhaeberle committed Apr 10, 2024
1 parent ccb832c commit b123c3d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ vi.mock("vscode", () => ({
ViewColumn: {
One: 1,
},
EventEmitter: vi.fn(),
commands: {
executeCommand: vi.fn(),
},
}))

vi.mock("../state.js", () => ({
Expand Down

0 comments on commit b123c3d

Please sign in to comment.