blob: 334f52186d9dc8018d880d19ec9afae5df111a6b [file] [log] [blame]
import 'package:flutter_test/flutter_test.dart';
void main() {
test('Tell the user where to find the real tests', () {
print('---');
print('This package uses integration_test for its tests.');
print('See `example/README.md` for more info.');
print('---');
});
}