Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

269-feature-add-unit-testing-framework #270

Closed
wants to merge 8 commits into from

Conversation

tombeckenham
Copy link
Collaborator

Related Issue

Closes #269

Summary of Changes

Added vitest unit testing framework
Got Cursor to generate some basic unit tests using AI
Added build step to run unit tests before building

Need Regression Testing

  • Yes
  • [X ] No

Risk Assessment

No core code affected

  • [ X ] Low
  • Medium
  • High

- Added useState hooks to manage booted, unlocked, and loading states.
- Implemented useEffect to asynchronously check wallet boot and unlock status.
- Updated render logic to handle loading state and redirect based on wallet status.
…mode-from-env

Now includes ability to set DEV_PASSWORD
…eroute

refactor: enhance PrivateRoute component with async wallet state checks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add unit testing framework
1 participant