mirror of
https://github.com/krawieck/lemmur/
synced 2024-12-12 00:26:23 +01:00
8 lines
117 B
Dart
8 lines
117 B
Dart
import 'package:flutter_test/flutter_test.dart';
|
|
|
|
void main() {
|
|
test('blank', () {
|
|
expect(true, true);
|
|
});
|
|
}
|