cometchat-angular-testing
Installation
SKILL.md
Purpose
Test recipes for CometChat Angular UI Kit integrations. Covers both Angular runners (Karma — default; Jest — preferred by many teams), TestBed patterns specific to NgZone-driven components, and Cypress for full e2e.
Read these other skills first:
cometchat-angular-core— init service, APP_INITIALIZER patterncometchat-angular-patterns— module setup, lazy loadingcometchat-angular-calls/references/ngzone-and-async-callbacks.md— NgZone primer (carries over to test patterns)
Ground truth:
- Angular testing — https://angular.io/guide/testing
- jest-preset-angular — https://github.com/thymikee/jest-preset-angular
- Cypress for Angular — https://docs.cypress.io/guides/component-testing/angular/overview