feat(tests): add unit tests for accounts and transactions APIs

- Updated package.json to include Vitest for testing and added necessary devDependencies.
- Created accounts.test.ts to test the accounts API endpoints for listing and retrieving accounts.
- Implemented setup.ts to reset test data before each test run.
- Developed transactions.test.ts to cover creating, updating, and deleting transactions through the API.
- Added vitest.config.ts for configuring Vitest with appropriate settings and coverage options.
This commit is contained in:
GitHub Copilot
2025-04-24 08:52:48 -04:00
parent bb6bd75434
commit 99b70b519b
6 changed files with 2726 additions and 2 deletions

2470
package-lock.json generated

File diff suppressed because it is too large Load Diff