test: testing android ramp cubit

feat/spaceship-ramp-logic
RuiAlonso 3 years ago
parent a1f1b12798
commit 9584b5241e

@ -0,0 +1,7 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('android ramp sensor cubit ...', (tester) async {
// TODO: Implement test
});
}

@ -0,0 +1,7 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('android ramp sensor state ...', (tester) async {
// TODO: Implement test
});
}
Loading…
Cancel
Save