typescript-testing

Community

Test TS/JS projects with Bun.

Authorilude
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers TypeScript/JavaScript testing in Bun projects, outlining discovery patterns and how to structure tests.

Core Features & Use Cases

  • Bun test execution: always use bun test for Bun projects.
  • Test file organization: conventional naming patterns like *.test.ts and tests directories.
  • Describe/It structure: organize tests into suites with describe/it.
  • Test.todo and skipping: manage test plans and selective execution.

Quick Start

Create a test file and run bun test to execute tests.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: typescript-testing
Download link: https://github.com/ilude/claude-code-config/archive/main.zip#typescript-testing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository