We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e7e45 commit f60ff8cCopy full SHA for f60ff8c
1 file changed
CLAUDE.md
@@ -9,9 +9,7 @@
9
10
- Run unit tests: `npm run test`
11
- Run AWS integration tests (runs code in AWS): `npm run test:integration`
12
-- Run snapshot tests: `npm run test:snapshots`
13
- Run all tests: `npm run test:all`
14
-- Update snapshots: `npm run test:snapshots -- -u`
15
16
## Infrastructure Commands
17
@@ -42,5 +40,4 @@
42
40
- `/infra/lib`: CDK stack definitions
43
41
- `/infra/functions`: CloudFront Functions (JS)
44
- `/infra/test`: Infrastructure tests
45
-- `/snapshots`: HTML snapshot tests for representative pages
46
- `/types`: TypeScript type definitions
0 commit comments