-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: enable all official templates for generation #41
feat: enable all official templates for generation #41
Conversation
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.
LGTM 🚀
82c94e9
to
2979316
Compare
2979316
to
14b183f
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Missing some testing on the 500
error. But as chatted offline, you would need to mock the generator, and for that I guess the code would need to follow dependency injection pattern (or maybe not? not familiar with mocking in JS).
Otherwise, LGTM 🚀 🌔
/rtm |
🎉 This PR is included in version 0.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
Enable all organization templates:
update
openapi.yaml
's enum with available templatesadd to the dependencies missed templates:
add and update relevant unit tests
Related issue(s)
Resolves #40