mirror of https://github.com/flutter/pinball.git
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…
Reference in new issue