mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
Update CLAUDE.md with new testing instructions
This commit is contained in:
16
CLAUDE.md
16
CLAUDE.md
@@ -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
|
## Development Commands
|
||||||
|
|
||||||
@@ -19,17 +19,7 @@ npm run generate
|
|||||||
npm run build:dev
|
npm run build:dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Testing
|
Only use Docker Compose for running tests.
|
||||||
```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
|
|
||||||
```
|
|
||||||
|
|
||||||
## Architecture Overview
|
## Architecture Overview
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user