Skip to content

dependabit / plugins/registry/src / globalRegistry

Variable: globalRegistry

ts
const globalRegistry: PluginRegistry;

Defined in: packages/plugins/registry/src/registry.ts:223

Global plugin registry instance.

NOTE: This is a shared singleton. Tests that rely on globalRegistry may interfere with each other if they run in parallel, because they mutate shared state. For isolated testing, prefer using createPluginRegistry to obtain a fresh registry instance per test.

Released under the MIT License.