fix(test): remove async from getMany mock - no await expression

This commit is contained in:
2026-05-13 12:43:42 +07:00
parent 5537d20152
commit 07cc6d47b1
3 changed files with 72 additions and 22 deletions
+2 -5
View File
@@ -1,10 +1,7 @@
// File: .agents/skills/bugfix/SKILL.md
// Change Log: 2026-05-13 - Initial version improved from docs/bugfix.md
---
name: bugfix
description: Quick bugfix workflow with minimal impact. Focused on surgical fixes without unrelated refactoring.
version: 1.0.0
version: 1.9.0
---
# Bugfix
@@ -29,7 +26,7 @@ version: 1.0.0
## Phase 3 — Execution (การดำเนินการ)
1. **Apply Fix**: ลงมือแก้ไขโค้ดตามแผน
2. **Verify Fix**:
2. **Verify Fix**:
- จำลองสถานการณ์เพื่อยืนยันว่า Bug หายไปจริง
- ตรวจสอบว่าไม่มี Forbidden Patterns (`any`, `console.log`, UUID misuse)
3. **Regression Check**: ตรวจสอบส่วนที่เกี่ยวข้องว่ายังทำงานได้ปกติ