workouttest_app/test_driver/app.dart
2020-12-28 14:39:54 +01:00

12 lines
329 B
Dart

//import 'package:flutter_driver/driver_extension.dart';
import 'package:aitrainer_app/main.dart' as app;
/* void main() {
// This line enables the extension.
enableFlutterDriverExtension();
// Call the `main()` function of the app, or call `runApp` with
// any widget you are interested in testing.
app.main();
} */