Files

8 lines
121 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")/.."
exec flutter test integration_test/app_test.dart