Skip to content

Commit f60ff8c

Browse files
committed
docs: remove snapshot test commands from development guide
1 parent 37e7e45 commit f60ff8c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99

1010
- Run unit tests: `npm run test`
1111
- Run AWS integration tests (runs code in AWS): `npm run test:integration`
12-
- Run snapshot tests: `npm run test:snapshots`
1312
- Run all tests: `npm run test:all`
14-
- Update snapshots: `npm run test:snapshots -- -u`
1513

1614
## Infrastructure Commands
1715

@@ -42,5 +40,4 @@
4240
- `/infra/lib`: CDK stack definitions
4341
- `/infra/functions`: CloudFront Functions (JS)
4442
- `/infra/test`: Infrastructure tests
45-
- `/snapshots`: HTML snapshot tests for representative pages
4643
- `/types`: TypeScript type definitions

0 commit comments

Comments
 (0)