Skip to content

Commit a1073fd

Browse files
rodrigoeqnitclaude
andcommitted
docs(plugins): fix stale function reference in pluginLoader.test.ts comment
Matches the fix already applied to pluginLoader.ts: the loader path under test is finishLoadingPluginFromPath, not createPluginFromPath. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b50014f commit a1073fd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/utils/plugins/pluginLoader.test.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ function marketplacePlugin(
3131

3232
// ---------------------------------------------------------------------------
3333
// mergeHooksSettings — validates the marketplace supplement loader path
34-
// (createPluginFromPath:~2919). Before this fix, the supplement used object
35-
// spread ({...plugin.hooksConfig, ...entry.hooks}) which silently overwrote
36-
// same-event matcher arrays from plugin.json with the marketplace arrays.
34+
// (finishLoadingPluginFromPath, marketplace hook supplement block). Before
35+
// this fix, the supplement used object spread ({...plugin.hooksConfig,
36+
// ...entry.hooks}) which silently overwrote same-event matcher arrays from
37+
// plugin.json with the marketplace arrays.
3738
// ---------------------------------------------------------------------------
3839
describe('mergeHooksSettings', () => {
3940
test('appends marketplace matchers to plugin.json matchers for the same event', () => {

0 commit comments

Comments
 (0)