fix(Google Calendar Node): Updates and fixes (#10715)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
Michael Kret
2025-01-10 11:16:29 +02:00
committed by GitHub
parent 91277c44f1
commit 7227a29845
14 changed files with 1051 additions and 56 deletions

View File

@@ -14,7 +14,7 @@ jest.mock('../../GenericFunctions', () => ({
encodeURIComponentOnce: jest.fn(),
}));
describe('RespondToWebhook Node', () => {
describe('Google Calendar Node', () => {
let googleCalendar: GoogleCalendar;
let mockExecuteFunctions: MockProxy<IExecuteFunctions>;