Test

Run tests for Aenea project - unit tests, integration tests, coverage reports, watch mode Use when this capability is needed.

tomevault-io Updated

File contents

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

  • tests/aenea/memory/memory-consolidator.test.ts
  • tests/utils/energy-management.test.ts
  • tests/integration/database-persistence.test.ts

Troubleshooting

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

Detailed Reference

Test philosophy, benchmarks, coverage areas: reference.md


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/yui-synth-lab--aenea-project--test commit 9e6b50e275

Frequently asked questions

npx skillmds@latest add tomevault-io/test-36