startMongoServer
@tsed/testcontainers-mongo
Usage
typescript
import { startMongoServer } from "@tsed/testcontainers/mongo/src/services/ContainerUtils";See /packages/testcontainers/mongo/src/services/ContainerUtils.ts.
Overview
ts
function startMongoServer(image?: string): Promise<{
container: StartedMongoDBContainer;
url: string;
}>;container
ts
container: StartedMongoDBContainer;url
ts
url: string;