import 'package:test/test.dart'; void main() { test('smoke test', () { expect(1 + 1, 2); }); }