-
Notifications
You must be signed in to change notification settings - Fork 114
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: refactor and actualise Transactions tests #182
test: refactor and actualise Transactions tests #182
Conversation
Visit the preview URL for this PR (updated for commit 67acbc6):
(expires Tue, 05 Mar 2024 13:21:35 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e508f9012944951194447cb8885950b451a24403 |
@@ -323,6 +522,37 @@ describe("Transactions", () => { | |||
// expect(response.body).toStrictEqual(expect.objectContaining({ to: contract })) //unstable on CI |
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.
It probably can be uncommented
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.
Requested change added
@@ -323,6 +522,37 @@ describe("Transactions", () => { | |||
// expect(response.body).toStrictEqual(expect.objectContaining({ to: contract })) //unstable on CI |
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.
// expect(response.body).toStrictEqual(expect.objectContaining({ to: contract })) //unstable on CI | |
expect(response.body).toStrictEqual(expect.objectContaining({ to: contract })); |
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.
Requested change added
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.
Just commit my suggestion and I will be ready to approve.
Reverting commented step
What ❔
Added coverage for all 0 items in responses for Transaction endpoints
Why ❔
Checklist