Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install vitest and test date utilities and validation functions
- Installed **Vitest** for `unit testing` framework. - Created test cases for the `formatDate` utility function to ensure correct formatting of valid date strings. - Added validation tests for `username`, `email`, `password`, and `confirm password` fields to verify proper validation logic. - Updated the testing configuration to support the new tests and ensure they run successfully.
- Loading branch information