Skip to content

Lupa API Reference / @pawel-up/lupa/runner / TestPluginEntry

Type Alias: TestPluginEntry

TestPluginEntry = string | [string, JsonSerializable]

Defined in: src/runner/types.ts:165

A test plugin entry for browser-side plugins. Can be:

  • A bare module specifier string (no options)
  • A tuple of [specifier, options] where options must be JSON-serializable