dependabit / plugins/registry/src / createPluginRegistry
Function: createPluginRegistry()
ts
function createPluginRegistry(): PluginRegistry;Defined in: packages/plugins/registry/src/registry.ts:211
Create a new, isolated plugin registry instance.
This is useful in testing scenarios where you want to avoid shared global state between tests (for example, when tests run in parallel or when they need strict isolation of registered plugins).