blob: 9c2c0fdcadc77c3139794ec6ef66bc6b12b4298a [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:regular_integration_tests/screenshot_support.dart' as test;
Future<void> main() async {
await test.runTestWithScreenshots();
}