mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
chore: update TODOs for various components and files to enhance validation, UI/UX, security, state management, performance, and testing improvements
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
// TODO: Testing Improvements
|
||||
// - Add integration tests for API endpoints
|
||||
// - Add end-to-end tests with Playwright/Cypress
|
||||
// - Add performance testing
|
||||
// - Add accessibility testing with axe-core
|
||||
// - Add visual regression testing
|
||||
// - Add load testing for API endpoints
|
||||
// - Implement test data factories
|
||||
|
||||
import { describe, it, expect } from "vitest";
|
||||
import { POST as createTransaction } from "../pages/api/transactions/index";
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user