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

Backend Testing #96

Closed
wants to merge 15 commits into from
Closed

Conversation

FernFinder
Copy link
Contributor

Overview

This pull request updates our GitHub Actions workflow to include testing for the backend.

Related Issue(s)

Closes #81.

Changes

The workflow file is updated to include a backend section now. This required some changes to the existing test in order to close the server connection after the tests are run. This must be done to prevent Jest from hanging. Comments have been added to assist with readability of code.

Changed

Workflow file and Users.test.js file.

Instructions for Testing

See GitHub Actions.

Checklist before Merging

  • I have performed a self-review of my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added necessary documentation (if appropriate).
  • I have ensured the changes adhere to the project's coding standards and guidelines.

@FernFinder FernFinder marked this pull request as draft April 16, 2024 02:10
@FernFinder FernFinder closed this Apr 16, 2024
@FernFinder FernFinder deleted the backendtesting branch April 16, 2024 05:10
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.

Backend needs Github Actions to run tests for it
1 participant