Conversation
…ariables)
144 → 168 tests (+24)
- tests/refs.test.ts 新規 (5)
- passthrough, reusable → ref 展開 (fill 継承)、未解決 ref → unsupported、
descendants override、ネストした ref の再帰展開
- tests/interpolate.test.ts (+5 件)
- t=0 / t=1 identity、stroke.fill 色補間、片側 undefined 時の維持、
3-digit hex 入力、cornerRadius / rotation
- tests/buildPath.test.ts (+4 件 parsePathD エッジ)
- 負数・小数座標、小文字コマンド受容、C コマンド引数不足は null、
Z 単独は null
- tests/snapEngine.test.ts (+2 件 equalSpace エッジ)
- statics 空、perpendicular 軸で重ならない場合
- tests/constraints.test.ts (+3 件)
- no-op、両軸 scale 半分、center/stretch 複合
- tests/variables.test.ts (+5 件)
- selectedTheme 適用、extractThemeAxes(null / 空 / 有効 / 混在)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
最近実装したモジュール + 既存でカバレッジが薄かった箇所にテストを追加。合計 144 → 168 tests (+24)。
追加内容
tests/refs.test.ts新規tests/interpolate.test.tstests/buildPath.test.tstests/snapEngine.test.tstests/constraints.test.tstests/variables.test.tsTest plan
npm testで 168 件全 pass🤖 Generated with Claude Code