feat : Adding bottomNav
This commit is contained in:
11
test/viewmodels/main_viewmodel_test.dart
Normal file
11
test/viewmodels/main_viewmodel_test.dart
Normal 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());
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user