8 lines
137 B
Dart
8 lines
137 B
Dart
import 'package:flutter_test/flutter_test.dart';
|
|
|
|
void main() {
|
|
test('placeholder widget test', () {
|
|
expect(true, isTrue);
|
|
});
|
|
}
|