feat(tests): update Alpaca API tests to include range parameters and improve stock database cleanup
Run Tests / test (push) Failing after 8s

- Modified Alpaca Historical Bars tests to include range parameters in API requests.
- Updated test descriptions for clarity.
- Added cleanup step to delete test ticker after verification in stock database tests.
- Adjusted Vitest configuration to exclude test files from coverage.
This commit is contained in:
2026-05-14 16:46:28 +02:00
parent cc22174b78
commit 15e49cb0f9
16 changed files with 187 additions and 158 deletions
+2
View File
@@ -7,6 +7,8 @@
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"test:e2e": "playwright test",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "react-router typegen && tsc",
"mcp:dev": "npx tsx mcp-server/index.ts",
"mcp:build": "tsc -p mcp-server/tsconfig.json"