Terminal — npm test
$ npm test

Running test suites...

PASS src/services/activitiesService.test.ts (214 tests)
PASS src/services/commentsService.test.ts (167 tests)
PASS src/services/emailsDatabaseService.test.ts (198 tests)
PASS src/services/reportService.test.ts (143 tests)
PASS src/components/ContactGrid.test.tsx (89 tests)
PASS src/components/Pipeline.test.tsx (76 tests)
PASS src/components/AIChat.test.tsx (112 tests)
PASS src/db/queries.test.ts (180 tests)
PASS src/smoke/pages.test.ts (142 tests)
... 23 more suites

1,626 tests passed

Test Suites: 32 passed, 32 total
Tests: 1,626 passed, 0 failed, 1,626 total
Snapshots: 47 passed, 47 total
Time: 87.2s

Unit 1,304
DB 180
Smoke 142

Ran all test suites.