mirror of
https://github.com/Iconica-Development/flutter_dialogs.git
synced 2025-05-18 19:03:43 +02:00
8 lines
112 B
Dart
8 lines
112 B
Dart
import 'package:flutter_test/flutter_test.dart';
|
|
|
|
void main() {
|
|
test('', () {
|
|
expect(true, true);
|
|
});
|
|
}
|