diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index 6839452c4..33477a4a4 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.27.1-wip + +* Removed unused `js` dependency + ## 1.27.0 * Add `--coverage-path` and `--branch-coverage` options to `dart test`. diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 4fcc05ce0..8b8080c4c 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.27.0 +version: 1.27.1-wip description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test @@ -17,7 +17,6 @@ dependencies: coverage: ^1.15.0 http_multi_server: ^3.0.0 io: ^1.0.0 - 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.