File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- ## 1.14.3-dev
1+ ## 1.14.3
22
33* Fix an issue where coverage tests could not run in Chrome headless.
44* Fix an issue where coverage collection would not work with source
55 maps that contained absolute file URIs.
6+ * Fix error messages for incorrect string literals in test annotations.
7+ * Update ` test_core ` to ` 0.3.4 ` .
68
79## 1.14.2
810
Original file line number Diff line number Diff line change 11name : test
2- version : 1.14.3-dev
2+ version : 1.14.3
33description : A full featured library for writing and running Dart tests.
44homepage : https://github.com/dart-lang/test/blob/master/pkgs/test
55
@@ -34,7 +34,7 @@ dependencies:
3434 yaml : ^2.0.0
3535 # Use an exact version until the test_api and test_core package are stable.
3636 test_api : 0.2.15
37- test_core : 0.3.3
37+ test_core : 0.3.4
3838
3939dev_dependencies :
4040 fake_async : ^1.0.0
Original file line number Diff line number Diff line change 1- ## 0.3.4-dev
1+ ## 0.3.4
22
33* Fix error messages for incorrect string literals in test annotations.
44
Original file line number Diff line number Diff line change 11name : test_core
2- version : 0.3.4-dev
2+ version : 0.3.4
33description : A basic library for writing tests and running them on the VM.
44homepage : https://github.com/dart-lang/test/blob/master/pkgs/test_core
55
You can’t perform that action at this time.
0 commit comments