test(plugins): fix sync register call sites

This commit is contained in:
Ayaan Zaidi
2026-04-17 08:53:08 +05:30
parent e8fd148437
commit 5c1d6feb33
10 changed files with 42 additions and 43 deletions

View File

@@ -297,7 +297,7 @@ export function loadBundledCapabilityRuntimeRegistry(params: {
try {
const captured = createCapturedPluginRegistration();
void register(captured.api);
register(captured.api);
record.cliBackendIds.push(...captured.cliBackends.map((entry) => entry.id));
record.providerIds.push(...captured.providers.map((entry) => entry.id));
record.speechProviderIds.push(...captured.speechProviders.map((entry) => entry.id));