#!/usr/bin/env bash set -euo pipefail export HOME=/tmp export XDG_CONFIG_HOME=/tmp export FLUTTER_SUPPRESS_ANALYTICS=true export DART_SUPPRESS_ANALYTICS=true exec ./.ideai/flutter-sdk-1785572580/bin/flutter test \ test/presentation/profile_screen_test.dart \ test/presentation/share_inbox_screen_test.dart \ test/presentation/settings_screen_test.dart \ test/application/health_connect_use_cases_test.dart \ test/application/watch_companion_projection_test.dart