MCPcopy Create free account
hub / github.com/simstudioai/sim / gmailConfig

Function gmailConfig

apps/sim/lib/workspaces/fork/remap/remap-references.test.ts:719–729  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

717
718describe('applyDependentOverrides', () => {
719 const gmailConfig = () =>
720 blockWith([
721 { id: 'credential', title: 'Credential', type: 'oauth-input' },
722 {
723 id: 'folder',
724 title: 'Label',
725 type: 'folder-selector',
726 dependsOn: ['credential'],
727 selectorKey: 'gmail.labels',
728 },
729 ])
730
731 it('applies a top-level re-pick value', () => {
732 vi.mocked(getBlock).mockReturnValue(gmailConfig())

Callers 1

Calls 1

blockWithFunction · 0.70

Tested by

no test coverage detected