testing
✓提供有關如何編寫有效的單元測試(運行時和類型測試)、制定測試決策以及將 TDD 納入開發工作流程的專業知識
SKILL.md
This skill provides comprehensive guidance on testing in TypeScript projects, with a focus on the dual nature of testing: runtime behavior and type correctness. It covers when to use each type of test, how to structure tests effectively, and how to integrate testing into development workflows using Test-Driven Development (TDD).
Runtime tests verify the actual behavior of code during execution.
Type tests verify the type correctness of TypeScript code at design time.
提供有關如何編寫有效的單元測試(運行時和類型測試)、制定測試決策以及將 TDD 納入開發工作流程的專業知識 來源:inocan-group/inferred-types。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/inocan-group/inferred-types --skill testing- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 testing?
提供有關如何編寫有效的單元測試(運行時和類型測試)、制定測試決策以及將 TDD 納入開發工作流程的專業知識 來源:inocan-group/inferred-types。
如何安裝 testing?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/inocan-group/inferred-types --skill testing 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/inocan-group/inferred-types