Update CLAUDE.md with new testing instructions

This commit is contained in:
2025-11-03 10:31:37 -08:00
parent e29e772f6b
commit 72f596821a

View File

@@ -1,6 +1,6 @@
# AGENTS.md
# CLAUDE.md
This file provides guidance to coding agents (e.g., Codex CLI, Claude Code, and other AI coding assistants) when working with code in this repository.
This file provides guidance to Claude Code when working with code in this repository.
## Development Commands
@@ -19,17 +19,7 @@ npm run generate
npm run build:dev
```
### Testing
```bash
# Run all tests via npm
npm test
# Run specific test file
npm test -- --testPathPattern=<test-file-name>
# Run tests with coverage
npm test -- --coverage
```
Only use Docker Compose for running tests.
## Architecture Overview