File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- ## 1.26.0-wip
1+ ## 1.26.0
22
33* ` test() ` and ` group() ` functions now take an optional ` TestLocation ` that will
44 be used as the location of the test in JSON reporters instead of being parsed
Original file line number Diff line number Diff line change 11name : test
2- version : 1.26.0-wip
2+ version : 1.26.0
33description : >-
44 A full featured library for writing and running Dart tests across platforms.
55repository : https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -36,8 +36,8 @@ dependencies:
3636 stream_channel : ^2.1.0
3737
3838 # Use an exact version until the test_api and test_core package are stable.
39- test_api : 0.7.5-wip
40- test_core : 0.6.9-wip
39+ test_api : 0.7.5
40+ test_core : 0.6.9
4141
4242 typed_data : ^1.3.0
4343 web_socket_channel : ' >=2.0.0 <4.0.0'
Original file line number Diff line number Diff line change 1- ## 0.7.5-wip
1+ ## 0.7.5
22
33* ` test() ` and ` group() ` functions now take an optional ` TestLocation ` that will
44 be used as the location of the test in JSON reporters instead of being parsed
Original file line number Diff line number Diff line change 11name : test_api
2- version : 0.7.5-wip
2+ version : 0.7.5
33description : >-
44 The user facing API for structuring Dart tests and checking expectations.
55repository : https://github.com/dart-lang/test/tree/master/pkgs/test_api
Original file line number Diff line number Diff line change 1- ## 0.6.9-wip
1+ ## 0.6.9
22
33* Add support for native assets for ` dart test ` in pub workspaces.
44* ` test() ` and ` group() ` functions now take an optional ` TestLocation ` that will
Original file line number Diff line number Diff line change 11name : test_core
2- version : 0.6.9-wip
2+ version : 0.6.9
33description : A basic library for writing tests and running them on the VM.
44repository : https://github.com/dart-lang/test/tree/master/pkgs/test_core
55issue_tracker : https://github.com/dart-lang/test/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Atest
@@ -28,7 +28,7 @@ dependencies:
2828 stack_trace : ^1.10.0
2929 stream_channel : ^2.1.0
3030 # Use an exact version until the test_api package is stable.
31- test_api : 0.7.5-wip
31+ test_api : 0.7.5
3232 vm_service : " >=6.0.0 <16.0.0"
3333 yaml : ^3.0.0
3434
You can’t perform that action at this time.
0 commit comments