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