Skip to content

Commit 26953ba

Browse files
authored
Update README.md, remove link to Stream Matchers (#2187)
This section was removed in #1969
1 parent a3f05ec commit 26953ba

File tree

3 files changed

+5
-2
lines changed

3 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.25.3-wip
2+
3+
* Remove outdated StreamMatcher link from README table of contents.
4+
15
## 1.25.2
26

37
* Fix a bug running browser tests with paths containing windows directory

pkgs/test/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* [Compiler Selectors](#compiler-selectors)
1818
* [Running Tests on Node.js](#running-tests-on-nodejs)
1919
* [Asynchronous Tests](#asynchronous-tests)
20-
* [Stream Matchers](#stream-matchers)
2120
* [Running Tests With Custom HTML](#running-tests-with-custom-html)
2221
* [Providing a custom HTML template](#providing-a-custom-html-template)
2322
* [Configuring Tests](#configuring-tests)

pkgs/test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.25.2
2+
version: 1.25.3-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

0 commit comments

Comments
 (0)