property TestAppFromApp.without

Plugin names to drop before start(), so their register() never runs and any eager side effect inside it never happens.

Throws naming the entry if the application holds no plugin with that name: a silently ignored without: ['databse'] would run the whole test against the real plugin while reporting success. Repeated entries are de-duplicated, so listing a name twice is not that error.

Type

readonly string[]

Usage

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