| 7 | }> {} |
| 8 | |
| 9 | export class PgContainer extends Context.Service<PgContainer>()("test/PgContainer", { |
| 10 | make: Effect.acquireRelease( |
| 11 | Effect.tryPromise({ |
| 12 | try: () => new PostgreSqlContainer("postgres:alpine").start(), |
nothing calls this directly
no outgoing calls
no test coverage detected