From 0caa327142a8803e98ac35b627bb741d711963db Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Sun, 6 Jul 2025 22:20:25 +0530 Subject: [PATCH] fix: update CLAUDE.md to correct punctuation in testing section --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 757b521..0a683b5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -98,7 +98,7 @@ export async function POST({ request }: APIContext) { - Uses Bun's native test runner (`bun:test`) - Test files use `.test.ts` or `.test.tsx` extension - Setup file at `/src/tests/setup.bun.ts` -- Mock utilities available for API testing +- Mock utilities available for API testing. ### Development Tips - Environment variables in `.env` (copy from `.env.example`)