File tree 6 files changed +9
-9
lines changed
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
2
2
3
3
* ` test() ` and ` group() ` functions now take an optional ` TestLocation ` that will
4
4
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 1
1
name : test
2
- version : 1.26.0-wip
2
+ version : 1.26.0
3
3
description : >-
4
4
A full featured library for writing and running Dart tests across platforms.
5
5
repository : https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -36,8 +36,8 @@ dependencies:
36
36
stream_channel : ^2.1.0
37
37
38
38
# 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
41
41
42
42
typed_data : ^1.3.0
43
43
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
2
2
3
3
* ` test() ` and ` group() ` functions now take an optional ` TestLocation ` that will
4
4
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 1
1
name : test_api
2
- version : 0.7.5-wip
2
+ version : 0.7.5
3
3
description : >-
4
4
The user facing API for structuring Dart tests and checking expectations.
5
5
repository : 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
2
2
3
3
* Add support for native assets for ` dart test ` in pub workspaces.
4
4
* ` test() ` and ` group() ` functions now take an optional ` TestLocation ` that will
Original file line number Diff line number Diff line change 1
1
name : test_core
2
- version : 0.6.9-wip
2
+ version : 0.6.9
3
3
description : A basic library for writing tests and running them on the VM.
4
4
repository : https://github.com/dart-lang/test/tree/master/pkgs/test_core
5
5
issue_tracker : https://github.com/dart-lang/test/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Atest
@@ -28,7 +28,7 @@ dependencies:
28
28
stack_trace : ^1.10.0
29
29
stream_channel : ^2.1.0
30
30
# Use an exact version until the test_api package is stable.
31
- test_api : 0.7.5-wip
31
+ test_api : 0.7.5
32
32
vm_service : " >=6.0.0 <16.0.0"
33
33
yaml : ^3.0.0
34
34
You can’t perform that action at this time.
0 commit comments