You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make an integration tests package, and then individual generators can use that package to reuse openapi specification files, and out of the box do compilation tests on each of them?
The integration tests suffer a little from not generating real source code and using a compiler to test that it's good. Maybe the base integration tests can use a simple TypeScript generator so we can do that. Instead of just testing expectations of the model.
The text was updated successfully, but these errors were encountered:
Make an integration tests package, and then individual generators can use that package to reuse openapi specification files, and out of the box do compilation tests on each of them?
The integration tests suffer a little from not generating real source code and using a compiler to test that it's good. Maybe the base integration tests can use a simple TypeScript generator so we can do that. Instead of just testing
expect
ations of the model.The text was updated successfully, but these errors were encountered: