Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
3 changes: 1 addition & 2 deletions pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down