blob: e9faa3af480844a2b961ac5291a5b401446f37df [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 also uses integration_test to run additional tests.');
print('See `example/README.md` for more info.');
print('---');
});
}