---
url: /api/testcontainers/mongo/types/setup/function-teardown.md
description: api documentation of teardown from @tsed/testcontainers-mongo
---

## Usage

```typescript
import { teardown } from "@tsed/testcontainers/mongo/src/setup/vi.setup";
```

> See [/packages/testcontainers/mongo/src/setup/vi.setup.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/testcontainers/mongo/src/setup/vi.setup.ts#L0-L0).

## Overview

```ts
function teardown(): Promise<void>;
```
