javascript-testing

Installation
SKILL.md

JavaScript Testing Best Practices

Overview

Comprehensive guidance for writing high-quality JavaScript/Node.js tests using Vitest with 100% code coverage.

Testing Framework: Vitest

Why Vitest:

  • Native ESM support (no experimental flags)
  • Seamless JSDOM integration
  • Faster than Jest
  • Jest-compatible API
  • Built-in coverage with v8

Test structure:

Related skills

More from shino369/claude-code-personal-workspace

Installs
19
GitHub Stars
2
First Seen
Jan 22, 2026