# bootstrap Decorator deprecated

Module
import { bootstrap } from "@tsed/testing"
Source/packages/testing/src/bootstrap.ts

# Overview

function bootstrap(server: any, ...args: any[]): () => Promise<void>;

# Description

Load the server silently without listening port and configure it on test profile.