-
Notifications
You must be signed in to change notification settings - Fork 211
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
frontend: Add tests for @apidevtools/swagger-parser
#2822
frontend: Add tests for @apidevtools/swagger-parser
#2822
Conversation
a7cb7ea
to
ba2f4af
Compare
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.
Thanks for opening a PR! I think these tests are not testing the thing that was mentioned in the original issue. Could you update the tests so they check "@apidevtools/swagger-parser" output?
ccf69e7
to
3a0ed7e
Compare
Hi @sniok, Thanks for the review! I apologize for misunderstanding the issue. I have now updated the tests to actually test the output of We are primarily using this library for dereferencing Kubernetes OpenAPI Spec Documents and now I am testing this behavior under various dereferencing conditions. I have updated the screenshot in the PR description. Let me know what you think. Thanks. |
e93392a
to
79164ce
Compare
Signed-off-by: adwait-godbole <[email protected]>
65047ff
to
e8ac58f
Compare
@apidevtools/swagger-parser
@apidevtools/swagger-parser
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.
nice, thanks!
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.
🎉🎈
Fixes #2440