angular-testing

Installation
SKILL.md

Angular Testing

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

Vitest Setup (Angular v20+)

Angular v20+ has native Vitest support through the @angular/build package.

npm install -D vitest jsdom

Configure in angular.json:

Installs
5.0K
GitHub Stars
597
First Seen
Jan 24, 2026
angular-testing — analogjs/angular-skills