Open Pacane opened 8 years ago
Because
given user_service.dart has groups/interceptors,
user_service.dart
and my_lib.dart is
my_lib.dart
library my_lib; export 'user_service.dart';
the setUp method doesn't pick nested groups in there.
setUp
Because
given
user_service.dart
has groups/interceptors,and
my_lib.dart
isthe
setUp
method doesn't pick nested groups in there.