๐ŸŽฏ

test

๐ŸŽฏSkill

from yui-synth-lab/aenea-project

VibeIndex|
What it does

Executes comprehensive test suites for Aenea project, including unit, integration, and coverage testing with flexible run modes.

๐Ÿ“ฆ

Part of

yui-synth-lab/aenea-project(5 items)

test

Installation

git cloneClone repository
git clone https://github.com/yourusername/aenea-project.git
pnpmRun with pnpm
pnpm install
pnpmRun with pnpm
pnpm run dev
pnpmRun with pnpm
pnpm run build
pnpmRun with pnpm
pnpm run test:watch # ็›ฃ่ฆ–ใƒขใƒผใƒ‰

+ 1 more commands

๐Ÿ“– Extracted from docs: yui-synth-lab/aenea-project
2Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

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

Overview

# Test

ใƒ†ใ‚นใƒˆๅฎŸ่กŒใจใƒ‡ใƒใƒƒใ‚ฐใ€‚

Commands

```bash

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/aenea/memory/memory-consolidator.test.ts)
  • [tests/utils/energy-management.test.ts](tests/utils/energy-management.test.ts)
  • [tests/integration/database-persistence.test.ts](tests/integration/database-persistence.test.ts)

Troubleshooting

```bash

# Database lock

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

```

Detailed Reference

Test philosophy, benchmarks, coverage areas: [reference.md](reference.md)