| 1 | import { describe, it, expect, beforeEach } from 'bun:test'; |
| 2 | import { TraceAdapter } from '../trace.adapter'; |
| 3 | import type { TraceEvent } from '@shipsec/component-sdk'; |
| 4 | import { workflowTraces } from '../schema'; |
nothing calls this directly
no test coverage detected