diff --git a/pkgs/test/lib/src/runner/node/socket_channel.dart b/pkgs/test/lib/src/runner/node/socket_channel.dart index 1d9055e62..4e8a35036 100644 --- a/pkgs/test/lib/src/runner/node/socket_channel.dart +++ b/pkgs/test/lib/src/runner/node/socket_channel.dart @@ -3,7 +3,7 @@ // BSD-style license that can be found in the LICENSE file. @JS() -library node; +library; import 'dart:async'; import 'dart:convert'; diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 32f1fbef8..b307adc87 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -43,7 +43,7 @@ dependencies: yaml: ^3.0.0 dev_dependencies: - dart_flutter_team_lints: ^2.1.1 + dart_flutter_team_lints: ^3.1.0 fake_async: ^1.0.0 glob: ^2.0.0 test_descriptor: ^2.0.0 diff --git a/pkgs/test/tool/host.dart b/pkgs/test/tool/host.dart index 0d320d331..dc3e5ab0f 100644 --- a/pkgs/test/tool/host.dart +++ b/pkgs/test/tool/host.dart @@ -3,7 +3,7 @@ // BSD-style license that can be found in the LICENSE file. @JS() -library test.host; +library; import 'dart:async'; import 'dart:convert';