-
Notifications
You must be signed in to change notification settings - Fork 1.1k
POST under _mocks_ #2
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
Labels
Comments
Thanks @alejandronanez! We could definitely make the mock more fully-featured, but I think we should leave it for now because we don't need any other functionality. That said, if you'd like to add a comment to that file explaining this fact so nobody else has the same concern that would be helpful! Thanks! |
Sure! I’ll do it! Thanks!!!! |
kentcdodds
pushed a commit
that referenced
this issue
Mar 20, 2018
* Update axios.js Adding docs about the other HTTP methods. * adding myself to the contributors list Closes #2
Thanks for your help! |
My pleassure! |
julienw
pushed a commit
to julienw/react-testing-library
that referenced
this issue
Dec 20, 2018
) (testing-library#4) * Add toHaveClass custom matcher * Add documentation in the README * Handle the case where an element has no class
Closed
lucbpz
pushed a commit
to lucbpz/react-testing-library
that referenced
this issue
Jul 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description:
Hey Kent,
I see the lib only has a
get
method under_mocks_
, I guess it will be nice to have aPOST
method too. If that sounds good to you I can take a look at it.Thanks!
The text was updated successfully, but these errors were encountered: