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