-
Notifications
You must be signed in to change notification settings - Fork 69
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
Remove global apiSdk variable in test and make it a local constant #587
Remove global apiSdk variable in test and make it a local constant #587
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Hey @jaykayudo it looks great! Just left two comments. Thank you for the PR 🙏
Hey @jaykayudo could you run |
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.
Great work @jaykayudo! Thank you!
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2024 Bandada Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Description
Removed the global
let apiSdk: ApiSdk
and made it local for every test scenerio to make the tests more atomic.Related Issue
Resolves #583
Does this introduce a breaking change?
Other information