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
22
33* Handle paths with leading ` / ` when spawning test isolates.
44* Add support for the ` dart2wasm ` compiler in chrome and firefox.
Original file line number Diff line number Diff line change 11name : test
2- version : 1.25.0-wip
2+ version : 1.25.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
@@ -35,7 +35,7 @@ dependencies:
3535
3636 # Use an exact version until the test_api and test_core package are stable.
3737 test_api : 0.7.0
38- test_core : 0.5.10
38+ test_core : 0.6.0
3939
4040 typed_data : ^1.3.0
4141 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
22
33* Deprecate ` Runtime.internetExplorer ` .
44* Added ` dart2wasm ` as a supported compiler for the ` chrome ` runtime.
Original file line number Diff line number Diff line change 11name : test_api
2- version : 0.7.0-wip
2+ version : 0.7.0
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.0-wip
1+ ## 0.6.0
22
33* Handle paths with leading ` / ` when spawning test isolates.
44* Added ` dart2wasm ` as a supported compiler for the ` chrome ` runtime.
Original file line number Diff line number Diff line change 11name : test_core
2- version : 0.6.0-wip
2+ version : 0.6.0
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
55
You can’t perform that action at this time.
0 commit comments