11 lines
607 B
JSON
11 lines
607 B
JSON
[
|
|
{
|
|
"level": "info",
|
|
"role": "Maya",
|
|
"location": "app/usage.test.js:217",
|
|
"problem": "測試案例 `returns null percent when rate.remaining is null/undefined` 僅驗證了 remaining 為 null/undefined,但未驗證當 rate.limit 為 null/undefined 時的情況。雖然這可能由 `calculatePercent` 內部處理,但針對 `resolveRemainingPercent` 這一層級的整合測試仍不完整。",
|
|
"suggestion": "建議補上一個測試案例,明確測試當 `rate.limit` 為 null/undefined 時,`resolveRemainingPercent` 的行為是否符合預期。",
|
|
"is_new": true
|
|
}
|
|
]
|