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