mirror of
https://github.com/mauricioabh/arbpulse.git
synced 2026-08-07 04:27:45 +00:00
test(m3): add Upstash read-tier rate limit HTTP test
Node test asserts 429 with Retry-After after 60 GET requests per IP. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"build": "npm --prefix web install && npm --prefix web run build",
|
||||
"typecheck": "tsc --noEmit && npm --prefix web run typecheck",
|
||||
"test": "node scripts/run-tests.mjs",
|
||||
"test:rate-limit": "node --import tsx --test src/interfaces/http/rate-limit.test.ts",
|
||||
"test:e2e": "playwright test",
|
||||
"test:observability": "playwright test observability.spec.ts",
|
||||
"lint": "eslint .",
|
||||
|
||||
Reference in New Issue
Block a user