| 1 | import { beforeAll, describe, expect, it, vi } from 'bun:test'; |
| 2 | import { createExecutionContext, type IArtifactService } from '@shipsec/component-sdk'; |
| 3 | import { componentRegistry } from '../../index'; |
| 4 | import type { ArtifactWriterInput, ArtifactWriterOutput } from '../artifact-writer'; |
nothing calls this directly
no test coverage detected