feat : Adding bottomNav

This commit is contained in:
Yaël Perret
2024-10-31 18:45:29 +01:00
parent e722368fa6
commit 48814a90aa
48 changed files with 198 additions and 58 deletions

View File

@@ -0,0 +1,11 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:bahla_front/app/app.locator.dart';
import '../helpers/test_helpers.dart';
void main() {
group('MainViewModel Tests -', () {
setUp(() => registerServices());
tearDown(() => locator.reset());
});
}