diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index c84450720..dbd53e3bb 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,5 +1,6 @@ ## 1.25.1-wip +* Support the latest version of `package:js`. * Document the silent reporter in CLI help output. ## 1.25.0 diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 0a95dfaaf..82140253d 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: coverage: ^1.0.1 http_multi_server: ^3.0.0 io: ^1.0.0 - js: ^0.6.4 + js: '>=0.6.4 <0.8.0' # Use a tight version constraint to ensure that a constraint on matcher # properly constrains all features it provides.