tests/ Directory Layout
- Entity ID:
ent-20260420-ts16b00010a9 - Type:
concept - Scope:
shared - Status:
active - Aliases: tests/smoke, tests/integration, tests/build, tests/shims
Description
Test tree introduced by the rebuild. tests/shims for shim units (bun-bundle, macro). tests/smoke for tool/command/context/prompt smoke tests that verify core modules load. tests/integration for API and MCP roundtrip tests (skipped without ANTHROPIC_API_KEY). tests/build for bundle verification (dist/cli.mjs shebang, non-empty, --version exits clean).
Key claims
- Integration tests skip gracefully when ANTHROPIC_API_KEY is absent
- Smoke tests assert MACRO references are resolved in the final prompt
Relations
- Vitest Test Infrastructure --[contains]--> tests/ Directory Layout