We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6c5ac commit 80a4934Copy full SHA for 80a4934
pkgs/test/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.27.1-wip
2
+
3
+* Removed unused `js` dependency
4
5
## 1.27.0
6
7
* Add `--coverage-path` and `--branch-coverage` options to `dart test`.
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:
17
coverage: ^1.15.0
18
http_multi_server: ^3.0.0
19
io: ^1.0.0
20
- js: '>=0.6.4 <0.8.0'
21
22
# Use a tight version constraint to ensure that a constraint on matcher
23
# properly constrains all features it provides.
0 commit comments