Files
Hidenori Matsubayashi 1cc1269f51 Add path_provider for elinux (#12)
Fixed #9
2021-08-03 10:47:25 +09:00

8 lines
274 B
Dart

// 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:integration_test/integration_test_driver.dart';
Future<void> main() => integrationDriver();