forked from loafle/openapi-generator-original
* 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
|