swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
17.09k stars 6.03k forks source link

[TypeScript] Unit testing for Petstore sample (community contribution) #1569

Open wing328 opened 9 years ago

wing328 commented 9 years ago

Similar to Unit Testing for Petstore client in other programming languages, we also need unit testing for TypeScript (angular and node) to test the Petstore so as to ensure code changes do not break the existing functionality of the TypeScript API client.

Currently, we're looking for community contribution. If you need help to get started, please let me (@wing328) know. Thanks in advance.

Ruby Test: https://github.com/swagger-api/swagger-codegen/tree/master/samples/client/petstore/ruby PHP Test: https://github.com/swagger-api/swagger-codegen/tree/master/samples/client/petstore/php/SwaggerClient-php

wing328 commented 9 years ago

1571 to fix/improve ts-node test