Forgot to delete 3 lines from my own project

This commit is contained in:
Bart Vermeulen 2022-12-07 20:16:55 +01:00
parent 2ac54f0f31
commit 9af4256dd7
1 changed files with 1 additions and 3 deletions

View File

@ -89,9 +89,7 @@ part 'gherkin_suite_test.g.dart';
featurePaths: <String>['integration_test/features/**.feature'],
executionOrder: ExecutionOrder.sequential)
Future<void> main() async {
if (Config().restoreDatabase) {
await MakeSnapshotCommand().action(null);
}
var configuration = FlutterTestConfiguration(
reporters: [
TestRunSummaryReporter(),