test(HAI-001): add rate limiter unit tests

This commit is contained in:
Dustin Byrne
2026-03-25 20:15:51 -04:00
parent a1397d9eb7
commit 669dc3d1da
3 changed files with 361 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.7.0",
"vite": "^6.0.0"
"vite": "^6.0.0",
"vitest": "^4.1.1"
}
}