blob: dc2b64c111d76e4c2bff4996dc0daac01fc30c26 [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:flutter_test/flutter_test.dart';
void main() {
test('Tell the user where to find more tests', () {
print('---');
print('This package also uses integration_test for its tests.');
print('See `example/README.md` for more info.');
print('---');
});
}