- fix(learn): Modify learn path flow according to the new hierarchy. - add(learn): Add additionl screens for the new hierarchy levels.
12 lines
286 B
Dart
12 lines
286 B
Dart
import 'package:flutter_test/flutter_test.dart';
|
|
import 'package:yimaru_app/app/app.locator.dart';
|
|
|
|
import '../helpers/test_helpers.dart';
|
|
|
|
void main() {
|
|
group('LearnSubcategoryViewModel Tests -', () {
|
|
setUp(() => registerServices());
|
|
tearDown(() => locator.reset());
|
|
});
|
|
}
|