feat : project structure

This commit is contained in:
2025-05-18 11:50:15 +03:30
parent 7f66476eca
commit 62b23a26df
5 changed files with 4 additions and 26 deletions

View File

@@ -2,15 +2,5 @@ import 'package:livestock/livestock.dart';
import 'package:test/test.dart';
void main() {
group('A group of tests', () {
final awesome = Awesome();
setUp(() {
// Additional setup goes here.
});
test('First Test', () {
expect(awesome.isAwesome, isTrue);
});
});
}