-
Notifications
You must be signed in to change notification settings - Fork 783
Test api calls #746
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
Test api calls #746
Conversation
Set up api tests, describe block, initial v3.call test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thank you @jjlljj @etcetera8 @soytjan
Deferring to @machour for a second glance since he's been modifying our API logic - but all in all more test coverage around our API wrappers is always a good idea :)
"contributions": [ | ||
"code", | ||
"test" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to the family everyone 😊
Nice team work! |
Just a tiny little thingy that may interest you: When upgrading to last jest version, I had to remove the |
Screenshots
No visual changes
Description
Added API call testing directory in
__tests___/tests/
. Added API testindex.js
file. Added tests for v3 methods: call, parameters, count, and delete.