test(FN-2687): add plugin install getRootDir regression coverage

- Add CLI plugin install tests that reproduce and guard the getRootDir path-resolution regression
- Validate plugin installation behavior in the regression scenario to prevent future breakage
- Add a patch changeset for @runfusion/fusion documenting the plugin install getRootDir fix
This commit is contained in:
Fusion
2026-04-27 08:29:40 -07:00
committed by gsxdsm
parent fbfabf852b
commit 8fbd3bdb4b
2 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix plugin-install loader taskStore compatibility by ensuring CLI plugin install paths are covered with regression tests for `getRootDir` expectations.