We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcfdd1 commit 14f47b6Copy full SHA for 14f47b6
test/test_all.dart
@@ -8,7 +8,6 @@ import 'annotation_test.dart' as annotation;
8
import 'builder_test.dart' as builder;
9
import 'find_libraries_test.dart' as find_libraries;
10
import 'json_serializable_test.dart' as json_generator;
11
-import 'utils_test.dart' as utils;
12
13
import 'package:test/test.dart';
14
@@ -17,5 +16,4 @@ void main() {
17
16
group('builder', builder.main);
18
group('find_libraries', find_libraries.main);
19
group('json_generator', json_generator.main);
20
- group('utils', utils.main);
21
}
0 commit comments