Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 21, 2024
1 parent 4731092 commit e9ed9c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/http_client_conformance_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ environment:

dependencies:
async: ^2.8.2
dart_style: ^2.3.7
http: ^1.2.0
stream_channel: ^2.1.1
test: ^1.21.2

dev_dependencies:
dart_style: ^2.3.7
dart_flutter_team_lints: ^3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Future<StreamChannel<Object?>> startServer() async => spawnHybridUri(Uri(

void main() async {
final files = await Directory('lib/src').list().toList();
final formatter = DartFormatter(
languageVersion: DartFormatter.latestLanguageVersion);
final formatter =
DartFormatter(languageVersion: DartFormatter.latestLanguageVersion);

files.where((file) => file.path.endsWith('_server.dart')).forEach((file) {
final vmPath = file.path.replaceAll('_server.dart', '_server_vm.dart');
Expand Down
2 changes: 1 addition & 1 deletion pkgs/web_socket_conformance_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ environment:
dependencies:
async: ^2.11.0
crypto: ^3.0.3
dart_style: ^2.3.7
stream_channel: ^2.1.2
test: ^1.24.0
web_socket: ^0.1.0

dev_dependencies:
dart_flutter_team_lints: ^3.0.0
dart_style: ^2.3.7

0 comments on commit e9ed9c6

Please sign in to comment.