Refactoring
This commit is contained in:
7
unionflow-mobile-apps/test/simple_test.dart
Normal file
7
unionflow-mobile-apps/test/simple_test.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
test('test simple', () {
|
||||
expect(1 + 1, 2);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user