yui-synth-lab avatar

test

Run tests for Aenea project - unit tests, integration tests, coverage reports, watch mode

作者 yui-synth-lab|オープンソース

Test

テスト実行とデバッグ。

Commands

npm test                    # All tests
npm run test:watch          # Watch mode
npm run test:coverage       # Coverage
npm test -- path/to/test.ts # Specific file

Key Test Files

Troubleshooting

# Database lock
pkill -f "aenea" && rm -f data/test_*.db

Detailed Reference

Test philosophy, benchmarks, coverage areas: reference.md