property TestAppFromPlugins.plugins

Plugins to pre-register before start(). Must include a runtime capability provider (RuntimePlugin() or a mock providing CAPABILITIES.RUNTIME) when autoStart is true — the kernel throws otherwise.

Defaults to [], which is only usable with autoStart: false.

Type

IPlugin[]

Usage

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