·angular-testing
</>

angular-testing

analogjs/angular-skills

Write unit and integration tests for Angular v21+ applications using Vitest or Jasmine with TestBed, component harnesses, and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking dependencies, or setting up test infrastructure.

1.0KInstalls·53Trend·@analogjs

Installation

$npx skills add https://github.com/analogjs/angular-skills --skill angular-testing

SKILL.md

Test Angular v21+ applications with Vitest (recommended) or Jasmine, focusing on signal-based components and modern patterns.

Angular v21+ has experimental support for Vitest. It's faster and provides a better developer experience.

| Speed | Faster (native ESM) | Slower | | Watch mode | Instant feedback | Slower rebuilds | | Mocking | vi.fn(), vi.mock() | jasmine.createSpy() | | Assertions | expect() (Chai-style) | expect() (Jasmine) | | UI | Built-in UI mode | Karma browser | | Config | vite.config.ts | karma.conf.js |

Write unit and integration tests for Angular v21+ applications using Vitest or Jasmine with TestBed, component harnesses, and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking dependencies, or setting up test infrastructure. Source: analogjs/angular-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/analogjs/angular-skills --skill angular-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is angular-testing?

Write unit and integration tests for Angular v21+ applications using Vitest or Jasmine with TestBed, component harnesses, and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking dependencies, or setting up test infrastructure. Source: analogjs/angular-skills.

How do I install angular-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/analogjs/angular-skills --skill angular-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/analogjs/angular-skills