Skip to content

Commit a246850

Browse files
Merge pull request dart-archive/test_reflective_loader#25 from MichaelRFairhurst/publish-1.9
prep publish 1.9
2 parents c2bb0c1 + 24782ed commit a246850

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkgs/test_reflective_loader/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.9
2+
3+
- Add `@SkippedTest` annotation and `skip_test` prefix.
4+
15
## 0.1.8
26

37
- Update `FailingTest` to add named parameters `issue` and `reason`.

pkgs/test_reflective_loader/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test_reflective_loader
2-
version: 0.1.8
2+
version: 0.1.9
33

44
description: Support for discovering tests and test suites using reflection.
55
author: Dart Team <[email protected]>

0 commit comments

Comments
 (0)