| 1 | import { describe, it, expect, beforeAll } from 'bun:test'; |
| 2 | import { createExecutionContext, extractPorts } from '@shipsec/component-sdk'; |
| 3 | import { componentRegistry } from '../../index'; |
| 4 | import type { EntryPointInput, EntryPointOutput } from '../entry-point'; |
nothing calls this directly
no test coverage detected