| 1 | import { setupGlobalFetchMock } from '@sim/testing' |
| 2 | import { beforeEach, describe, expect, it, type Mock, vi } from 'vitest' |
| 3 | import { BlockType } from '@/executor/constants' |
| 4 | import { WorkflowBlockHandler } from '@/executor/handlers/workflow/workflow-handler' |
nothing calls this directly
no test coverage detected