This PR introduces [describe feature or fix]. It addresses [issue] by [briefly describe the fix or feature]. The current behavior is [describe the problem], and the new behavior is [describe the solution or improvement].
Fixes #0000.
This change has been tested by:
- Running
npm run test
to ensure all unit tests pass. - Performing manual testing in [testing environment] to verify the behavior.
- [If applicable] Running integration tests to ensure no regressions were introduced.
[Include screenshots or video links here, if necessary.]
- The code is up-to-date with the
main
branch - I have performed a self-review of my code
-
npm run lint
passes with this change -
npm run test
passes with this change - Tests have been added/updated for new functionality
- Documentation has been updated to reflect this change (if applicable)
- The commits follow the conventional commit spec
- This pull request links relevant issues as
Fixes #0000