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