| 1 | import { describe, expect, it } from 'bun:test'; |
| 2 | |
| 3 | import '@shipsec/studio-worker/components'; // Register components |
| 4 | import { WorkflowGraphDto } from '../../workflows/dto/workflow-graph.dto'; |
nothing calls this directly
no test coverage detected