From 8998c585d024852b8fd86569aa4acb2b99cdf396 Mon Sep 17 00:00:00 2001 From: Krystie Date: Thu, 13 Aug 2026 02:51:07 -0700 Subject: [PATCH] fix: correct test count to verified 1770+ tests, replace SDK methods stat with API endpoints - Update about page Jest test stat from 775+ to verified 1770+ (confirmed via jest run) - Replace misleading "39 SDK Methods" with "260+ API Endpoints" - These numbers are now accurate as of the 77 test suites / 1770 tests run --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7272341..11982d2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -117,7 +117,7 @@ export default function AboutPage() { { name: "Express", role: "REST API + WebSocket", icon: "⚡" }, { name: "MCP", role: "AI Protocol Layer", icon: "🤖" }, { name: "Stripe", role: "Payment Processing", icon: "💳" }, - { name: "Jest", role: "Testing (775+ tests)", icon: "✅" }, + { name: "Jest", role: "Testing (1770+ tests)", icon: "✅" }, ].map((tech) => (
{[ { value: "92+", label: "App Templates" }, - { value: "775+", label: "Test Cases" }, - { value: "39", label: "SDK Methods" }, + { value: "1770+", label: "Test Cases" }, + { value: "260+", label: "API Endpoints" }, { value: "5", label: "Languages" }, ].map((stat) => (