We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8522a86 commit 9f2fac3Copy full SHA for 9f2fac3
1 file changed
src/views/solution-outline/commands/merge-command.test.ts
@@ -83,7 +83,7 @@ describe('MergeCommand', () => {
83
84
commandsProvider = commandsProviderFactory();
85
mergeSessionCoordinator = {
86
- activate: jest.fn().mockResolvedValue(),
+ activate: jest.fn().mockResolvedValue(undefined),
87
onMergeApplied: jest.fn().mockReturnValue({ dispose: jest.fn() }),
88
startSession: jest.fn(),
89
cancelSession: jest.fn(),
0 commit comments