fix : update local.properties path and improve null safety in chicken_local_imp.dart and chicken_repository_imp.dart; refactor profile view for better readability
This commit is contained in:
11
packages/chicken/test/run_tests.dart
Normal file
11
packages/chicken/test/run_tests.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
group('Chicken Package Test Suite', () {
|
||||
test('Test suite placeholder', () {
|
||||
// This file serves as a test runner for the entire chicken package
|
||||
// Individual test files should be run separately
|
||||
expect(true, isTrue);
|
||||
});
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user