File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11include : package:lint/analysis_options_package.yaml
22
3- # analyzer:
4- # exclude:
3+ analyzer :
4+ exclude :
5+ - tool/get_it_devtools_extension/**
56
67formatter :
78 trailing_commas : preserve
Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ void main() {
3333
3434 // Unregister
3535 GetIt .I .unregister <String >();
36-
36+
3737 // Reset
3838 await GetIt .I .reset ();
3939 });
40-
40+
4141 test ('Service extension logic runs without error' , () async {
42- // We can't easily invoke the extension here without VM Service,
43- // but we can ensure the registration code in the constructor didn't crash.
44- // The constructor is called when we access GetIt.instance for the first time.
45- expect (GetIt .I , isNotNull);
42+ // We can't easily invoke the extension here without VM Service,
43+ // but we can ensure the registration code in the constructor didn't crash.
44+ // The constructor is called when we access GetIt.instance for the first time.
45+ expect (GetIt .I , isNotNull);
4646 });
4747 });
4848}
You can’t perform that action at this time.
0 commit comments