skills/smithery.ai/angular-testing

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
1
First Seen
Mar 19, 2026
angular-testing from smithery.ai