veilidchat/packages/veilid_support/run_integration_tests.sh

5 lines
114 B
Bash
Raw Normal View History

2024-04-29 17:41:19 +00:00
#!/bin/bash
pushd example 2>/dev/null
flutter test -r expanded integration_test/app_test.dart $@
popd 2>/dev/null