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