testing-codegen

Installation
SKILL.md

Purpose

Use this skill for testing and code generation. Covers snapshot testing with insta and code generation commands.

Prerequisites

  1. Install required tools: just install-tools (installs cargo-insta)
  2. Install pnpm: curl -fsSL https://get.pnpm.io/install.sh | sh - in repo root
  3. Understand which changes require code generation

Common Workflows

Run Tests

# Run all tests
cargo test
Installs
74
Repository
biomejs/biome
GitHub Stars
24.9K
First Seen
Feb 18, 2026
testing-codegen — biomejs/biome