You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add unit tests for issuerLayer fallback logic for PR9
- Added comprehensive tests for issuerLayer fallback behavior in ConsumeSharedPlugin
- Tests verify the fallback pattern: try issuerLayer first, fall back to undefined
- Tests verify createLookupKeyForSharing utility function behavior
- Added mocks for resolveMatchedConfigs to support test environment
- All 119 sharing tests now pass
This completes PR9: Enhanced Layer Support as per the implementation plan.
The core functionality was already implemented, this adds the missing tests.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments