Skip to content

Commit 80a4934

Browse files
authored
removed unused js dependency (#2560)
Fixes #2480
1 parent 1a6c5ac commit 80a4934

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.27.1-wip
2+
3+
* Removed unused `js` dependency
4+
15
## 1.27.0
26

37
* Add `--coverage-path` and `--branch-coverage` options to `dart test`.

pkgs/test/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.27.0
2+
version: 1.27.1-wip
33
description: >-
44
A full featured library for writing and running Dart tests across platforms.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -17,7 +17,6 @@ dependencies:
1717
coverage: ^1.15.0
1818
http_multi_server: ^3.0.0
1919
io: ^1.0.0
20-
js: '>=0.6.4 <0.8.0'
2120

2221
# Use a tight version constraint to ensure that a constraint on matcher
2322
# properly constrains all features it provides.

0 commit comments

Comments
 (0)