返回技能列表

jest-typescript

mattnigh
更新于 20 days ago
13 次查看
22
1
22
在 GitHub 上查看
其他testingjesttypescriptreact-testing-librarylegacy

关于

This skill provides Jest with TypeScript configuration for industry-standard testing in JavaScript/TypeScript projects. It's ideal for testing existing Jest projects, React/Node.js applications with TypeScript, and migrating JavaScript projects to TypeScript. The setup includes Jest ecosystem tools, React Testing Library integration, snapshot testing, and built-in coverage reporting.

快速安装

Claude Code

推荐
主要方式
npx skills add mattnigh/skills_collection -a claude-code
插件命令备选方式
/plugin add https://github.com/mattnigh/skills_collection
Git 克隆备选方式
git clone https://github.com/mattnigh/skills_collection.git ~/.claude/skills/jest-typescript

在 Claude Code 中复制并粘贴此命令以安装该技能

GitHub 仓库

mattnigh/skills_collection
路径: collection/danielseltzer__code-analysis-tools__claude__skills__toolchains-typescript-testing-jest__SKILL.md
0

相关推荐技能

asyncio

其他

这个Skill提供了Python asyncio异步编程的全面指南,涵盖async/await语法、事件循环、任务管理和协程等核心概念。它特别适用于处理并发I/O操作,如HTTP客户端/服务器开发(aiohttp)、异步数据库访问、FastAPI异步模式以及WebSocket实时系统。开发者可以快速学习如何定义异步函数、使用asyncio.run()运行程序、通过asyncio.gather()并行执行任务,并掌握异步环境下的错误处理和同步原语。

查看技能

golang-observability-opentelemetry

其他

这个Skill帮助开发者为Go应用添加完整的可观测性方案,包含OpenTelemetry分布式追踪、Prometheus指标收集和slog结构化日志。它特别适用于微服务的生产环境监控,能快速配置中间件、健康检查和服务间调用追踪。通过这个工具,开发者可以轻松构建可观测的云原生应用,便于调试性能问题和创建运维仪表板。

查看技能

mypy

其他

mypy是Python的静态类型检查工具,通过类型注解为代码提供类型安全。它支持渐进式类型检查、严格模式以及FastAPI/Django等框架集成,适合在开发阶段或CI/CD流程中提升代码质量。开发者只需安装后对代码添加类型提示,即可运行检查并配置规则。

查看技能

pytest

其他

这个Skill提供了pytest测试框架的专业支持,特别适合编写单元测试、集成测试和API测试。它支持fixtures、参数化、异步测试等核心功能,并能与FastAPI、Django、Flask等流行框架集成。开发者可以快速开始测试工作流,包括依赖管理、测试标记和覆盖率分析。

查看技能