Files
stack/apps/api/src
Jason WoltjeandClaude Opus 4.5 00b7500d05 fix(tests): Skip fulltext-search tests when DB trigger not configured
The fulltext-search integration tests require PostgreSQL trigger
function and GIN index that may not be present in all environments
(e.g., CI database). This change adds dynamic detection of the
trigger function and gracefully skips tests that require it.

- Add isFulltextSearchConfigured() helper to check for trigger
- Skip trigger/index tests with clear console warnings
- Keep schema validation test (column exists) always running

Co-Authored-By: Claude Opus 4.5 <[email protected]>
2026-02-06 12:41:31 -06:00
..