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.25.6-wip
1
+ ## 1.25.6
2
2
3
3
* Point API doc links to ` package:test ` canonical libraries.
4
+ * Fix testing with ` dart2wasm ` - use ` dart compile wasm ` instead of depending on
5
+ SDK internals
4
6
* Update min SDK constraint to 3.2.0.
5
7
6
8
## 1.25.5
Original file line number Diff line number Diff line change 1
1
name : test
2
- version : 1.25.6-wip
2
+ version : 1.25.6
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
Original file line number Diff line number Diff line change 1
- ## 0.6.3-wip
1
+ ## 0.6.3
2
2
3
3
* Update min SDK constraint to 3.2.0.
4
- * Fix testing with dart2wasm - use ` dart compile wasm ` instead of depending on
4
+ * Fix testing with ` dart2wasm ` - use ` dart compile wasm ` instead of depending on
5
5
SDK internals
6
6
7
7
## 0.6.2
Original file line number Diff line number Diff line change 1
1
name : test_core
2
- version : 0.6.3-wip
2
+ version : 0.6.3
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