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 support for backend tests. #7

Open
WilliamDormer opened this issue Aug 3, 2022 · 0 comments
Open

add support for backend tests. #7

WilliamDormer opened this issue Aug 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@WilliamDormer
Copy link
Contributor

Create a new tests folder and follow tutorials/documentation to add mocha/chai testing (or a different framework if you have a strong preference). The purpose of this is to allow us to test out some of our most complex endpoints more quickly and as a unit with clear inputs and outputs (looking at you, profile put, and swipe put). Plus it is good practice to have tests that we can run before production to ensure that the quality of the code is good and there are no logical errors. This may require restructuring the project slightly, so if you get blocked by that, let me know and change the issue label to help wanted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant