搜索结果
react
找到 5 个相关结果 / Testing
Testing / Automation
接收代码审查
receiving-code-review
在收到代码审查反馈时使用,尤其是在实施建议之前,当反馈看似不明确或在技术上存在疑问时——需要技术……
Testing / Automation
opentui
opentui
用于构建终端用户界面的综合 OpenTUI 技能。涵盖核心命令式 API、React 协调器和 Solid 协调器。适用于任何 TUI…
Testing / Automation
TDD 工作流
tdd-workflow
在编写新功能、修复 Bug 或重构代码时使用此技能。强制推行测试驱动开发,确保 80% 以上的覆盖率,包括单元测试、集成测试……
Testing / Automation
kotlin-coroutines-flows
kotlin-coroutines-flows
面向 Android 与 KMP 的 Kotlin 协程与 Flow 模式 — 结构化并发、Flow 操作符、StateFlow、错误处理与测试。
Testing / Automation
react-native-testing
react-native-testing
使用 React Native Testing Library (RNTL) v13 和 v14 (`@testing-library/react-native`) 编写测试。在编写、审查或修复 React Native 组件测试时使用。涵盖:render、screen、查询 (getBy/getAllBy/queryBy/findBy)、Jest 匹配器、userEvent、fireEvent、waitFor 以及异步模式。支持 v13(React 18,同步渲染)和 v14(React 19+,异步渲染)。触发条件:React Native 组件的测试文件、RNTL 导入,或提及 "testing library"、"write tests"、"component tests" 或 "RNTL"。