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

build test suite for /players API endpoint #45

Open
MarchandMD opened this issue Jun 23, 2023 · 1 comment
Open

build test suite for /players API endpoint #45

MarchandMD opened this issue Jun 23, 2023 · 1 comment
Assignees
Labels
Backend Backend team specific

Comments

@MarchandMD
Copy link
Contributor

MarchandMD commented Jun 23, 2023

  • Currently, there is no test suite for the /players endpoint
  • Jest and SuperTest have been installed
  • Test the endpoints for accuracy
    • GET /players
    • GET /players/:id
    • POST /players
    • PATCH /players/:id
    • DELETE /players/:id

(could be broken into multiple user stories)

@MarchandMD MarchandMD added the Backend Backend team specific label Jun 26, 2023
@l-e-u
Copy link
Contributor

l-e-u commented Jun 26, 2023

You may assign it to me, I'm just waiting for type issue #55 to be merged, then I can tackle this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Backend team specific
Projects
Status: PR submitted
Development

No branches or pull requests

2 participants