Files
unionflow-server-api/unionflow-mobile-apps/test/simple_test.dart
2025-09-17 17:54:06 +00:00

8 lines
121 B
Dart

import 'package:flutter_test/flutter_test.dart';
void main() {
test('test simple', () {
expect(1 + 1, 2);
});
}