File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ## 1.25.0-wip
1
+ ## 1.25.0
2
2
3
3
* Handle paths with leading ` / ` when spawning test isolates.
4
4
* Add support for the ` dart2wasm ` compiler in chrome and firefox.
Original file line number Diff line number Diff line change 1
1
name : test
2
- version : 1.25.0-wip
2
+ version : 1.25.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
@@ -35,7 +35,7 @@ dependencies:
35
35
36
36
# Use an exact version until the test_api and test_core package are stable.
37
37
test_api : 0.7.0
38
- test_core : 0.5.10
38
+ test_core : 0.6.0
39
39
40
40
typed_data : ^1.3.0
41
41
web_socket_channel : ^2.0.0
Original file line number Diff line number Diff line change 1
- ## 0.7.0-wip
1
+ ## 0.7.0
2
2
3
3
* Deprecate ` Runtime.internetExplorer ` .
4
4
* Added ` dart2wasm ` as a supported compiler for the ` chrome ` runtime.
Original file line number Diff line number Diff line change 1
1
name : test_api
2
- version : 0.7.0-wip
2
+ version : 0.7.0
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.0-wip
1
+ ## 0.6.0
2
2
3
3
* Handle paths with leading ` / ` when spawning test isolates.
4
4
* Added ` dart2wasm ` as a supported compiler for the ` chrome ` runtime.
Original file line number Diff line number Diff line change 1
1
name : test_core
2
- version : 0.6.0-wip
2
+ version : 0.6.0
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
You can’t perform that action at this time.
0 commit comments