-
Notifications
You must be signed in to change notification settings - Fork 2.2k
test(ordersByAccountId): add graphql integration test #5696
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
Conversation
imports/node-app/core-services/orders/resolvers/Query/ordersByAccountId.js
Show resolved
Hide resolved
…uery Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
bcb1bd6 to
15c68e4
Compare
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
…lid params Signed-off-by: Machiko Yasuda <[email protected]>
tests/integration/api/queries/ordersByAccountId/ordersByAccountId.test.js
Show resolved
Hide resolved
mpaktiti
left a comment
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.
looks good!
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
aldeed
left a comment
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 looks good but one suggestion that I think will make one test stronger.
tests/integration/api/queries/ordersByAccountId/ordersByAccountId.test.js
Show resolved
Hide resolved
tests/integration/api/queries/ordersByAccountId/ordersByAccountId.test.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
58a469a to
5019430
Compare
Signed-off-by: Machiko Yasuda <[email protected]>
|
@chrispotter @aldeed Thanks for the code reviews! I resolved both issues and everything is green. |
|
great job @machikoyasuda! |
|
@aldeed Should this PR go into |
|
@machikoyasuda Yes |
Resolves #5690
Impact: minor
Type: tests
Issue
No tests for ordersByAccountId
Solution
Add tests for ordersByAccountId:
Breaking changes
none
Testing