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

Add test framework #278

Merged
merged 23 commits into from
Sep 24, 2024
Merged

Add test framework #278

merged 23 commits into from
Sep 24, 2024

Conversation

bencoombs
Copy link
Collaborator

@bencoombs bencoombs commented Sep 19, 2024

  • Added vitest to frontend and backend packages.
  • Added test commads in backend and frontend directories.
  • Running 'npm test' in the root directory will run the backend and frontend tests with coverage. This can be called from CI in the future.
  • Added example tests for the frontend and backend.

image
image

@bencoombs bencoombs marked this pull request as ready for review September 21, 2024 05:30
@bencoombs bencoombs linked an issue Sep 22, 2024 that may be closed by this pull request
Copy link
Collaborator

@RobertLRead RobertLRead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like real good, careful, thoughtful work. I've reviewed all the code changes; I have not pulled it down and tested it. I'm pretty busy with some other things so I think this is worth approving without a test, although I normally would test it. I will leave it for @bencoombs to merge at a time convenient for him.

@bencoombs bencoombs merged commit e1d73a8 into main Sep 24, 2024
2 checks passed
@bencoombs bencoombs deleted the 274-add-test-framework branch September 24, 2024 21:42
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.

Add test framework
2 participants