import 'package:test/test.dart'; void main() { group('Test happy case', () { test('First test', () {}); }); }