mirror of
https://github.com/Iconica-Development/flutter_login_widget.git
synced 2025-05-19 05:33:45 +02:00
8 lines
122 B
Dart
8 lines
122 B
Dart
|
import "package:flutter_test/flutter_test.dart";
|
||
|
|
||
|
void main() {
|
||
|
test("blank test", () {
|
||
|
expect(true, true);
|
||
|
});
|
||
|
}
|