lemmur-app-android/test/blank_test.dart

8 lines
117 B
Dart
Raw Normal View History

2020-08-31 23:21:12 +02:00
import 'package:flutter_test/flutter_test.dart';
void main() {
test('blank', () {
expect(true, true);
});
}