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