diff --git a/test/game/components/spaceship_ramp/cubit/android_ramp_sensor_cubit_test.dart b/test/game/components/spaceship_ramp/cubit/android_ramp_sensor_cubit_test.dart new file mode 100644 index 00000000..36d50fcb --- /dev/null +++ b/test/game/components/spaceship_ramp/cubit/android_ramp_sensor_cubit_test.dart @@ -0,0 +1,7 @@ +import 'package:flutter_test/flutter_test.dart'; + +void main() { + testWidgets('android ramp sensor cubit ...', (tester) async { + // TODO: Implement test + }); +} \ No newline at end of file diff --git a/test/game/components/spaceship_ramp/cubit/android_ramp_sensor_state_test.dart b/test/game/components/spaceship_ramp/cubit/android_ramp_sensor_state_test.dart new file mode 100644 index 00000000..07e5395f --- /dev/null +++ b/test/game/components/spaceship_ramp/cubit/android_ramp_sensor_state_test.dart @@ -0,0 +1,7 @@ +import 'package:flutter_test/flutter_test.dart'; + +void main() { + testWidgets('android ramp sensor state ...', (tester) async { + // TODO: Implement test + }); +} \ No newline at end of file