mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-18 15:40:53 +00:00
* add auto-generated tests and travis config for dart * improve tests * fix tests * add test, travis files to dart jaguar generator
7 lines
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "purge test fils under 'test' folder"
|
|
rm -Rf flutter_petstore/openapi/test/
|
|
rm -Rf openapi/test/
|
|
rm -Rf openapi-browser-client/test
|