gbowne1 / codebooker

This is a book recommendation app created with React 18.2 and MUI for coders/programmers looking for reccomendations to books on programming/coding to read
MIT License
31 stars 57 forks source link

Unit Test: Login and Signup #189

Closed LOGESH-B closed 1 year ago

LOGESH-B commented 1 year ago

68 Here's the Updated unit Test for login and signup also solves the issue #188

LOGESH-B commented 1 year ago
  • [x] Checked out this change locally for testing and review for merge

Tested this with the Jest extension in VSCode. I am not sure what the msw package added is but, I reviewed the code for syntax errors, readability, formatting, spelling, etc. These tests appear to work properly and pass with the extension.

Great work @LOGESH-B! This looks like it was done very well. Thanks for your contribution and for the opportunity to review your PR.

Approving for merge.

@gbowne1 MSW package is used to mock the api calls from react

gbowne1 commented 1 year ago

Oh, thanks. I just had never seen that package before. Good work!