blob: e9c65334bb294442b927f9963c6e9b90c63be55c [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 {
// TODO: switch to screenshot when
// https://github.com/flutter/flutter/issues/68502 is resolved.
// await test.runTestWithScreenshots();
}