property TestAppFromPlugins.autoStart

Whether to auto-start the application.

  • true (default): calls await app.start() before returning.
  • false: returns the un-started app, required both to register more plugins (register() throws once started) and to add global middleware (middleware.add throws after start() compiles the pipeline).

Type

boolean

Usage

import { type TestAppFromPlugins } from "testing/src/index.ts";