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
fix: update schema transform test fixtures for complex defaults
Update expected output files to match the actual formatting produced by
the schema transformer when handling complex default values:
- Object defaults are formatted with properties on separate lines
- Array oneOf formatting uses array literal syntax
- Add missing default values for arrays in default-type test
- Remove default: undefined (undefined values don't have defaults)
All js-runtime tests now pass with the enhanced Default type support.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments