veilidchat/packages/veilid_support/debug_integration_tests.sh

5 lines
101 B
Bash
Raw Normal View History

2024-04-29 13:41:19 -04:00
#!/bin/bash
pushd example 2>/dev/null
flutter run integration_test/app_test.dart $@
popd 2>/dev/null