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 ea37dba commit 99d2dfcCopy full SHA for 99d2dfc
pkgs/test/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.6.10
2
+
3
+* Depend on the latest `test_core`.
4
5
## 1.6.9
6
7
* Add `--disable-dev-shm-usage` to the default Chrome flags.
pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
name: test
-version: 1.6.9
+version: 1.6.10
author: Dart Team <[email protected]>
description: A full featured library for writing and running Dart tests.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
@@ -32,7 +32,7 @@ dependencies:
32
yaml: ^2.0.0
33
# Use an exact version until the test_api and test_core package are stable.
34
test_api: 0.2.7
35
- test_core: 0.2.9
+ test_core: 0.2.9+1
36
37
dev_dependencies:
38
fake_async: ^1.0.0
0 commit comments