mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
5 lines
133 B
Dart
5 lines
133 B
Dart
import 'package:integration_test/integration_test_driver_extended.dart';
|
|
|
|
Future<void> main() async {
|
|
await integrationDriver();
|
|
}
|