Test Data Configuration
All test data used by the Second Brain testing system
๐ก To modify test data: Edit convex/__tests__/test-data.ts and all tests will use the updated data automatically.
๐ฅ Test Users
Users used in test scenarios
{}๐ Entry Templates
Template data for different entry categories
{}โ๏ธ User Settings
Default user settings template
{}๐ฅ Capture Examples
Example data for different capture sources
{}๐ค Prompt Configurations
LLM prompt templates used in tests
{}This page is for debugging during development. Test data is automatically used by:
- โข
npm test- Unit tests - โข
npm run test:chain- Integration tests - โข
npm run test:watch- Watch mode