Skip to content

Commit c0e874a

Browse files
authored
Merge pull request dart-archive/test_reflective_loader#9 from dart-lang/devoncarew-patch-1
Update pubspec.yaml
2 parents f8f87a7 + b34ceea commit c0e874a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/test_reflective_loader/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
- Update the pubspec `dependencies` section to include `package:test`
6+
37
## 0.1.1
48

59
- For `@failingTest` tests, properly handle when the test fails by throwing an
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: test_reflective_loader
2-
version: 0.1.1
2+
version: 0.1.2
33
description: Support for discovering tests and test suites using reflection.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/test_reflective_loader
66

77
environment:
88
sdk: '>=1.0.0 <2.0.0'
99

10-
dev_dependencies:
10+
dependencies:
1111
test: ^0.12.0

0 commit comments

Comments
 (0)