Skip to content

Commit 3bea04c

Browse files
authored
Merge pull request flutter#9 from dart-lang/devoncarew-patch-1
Update pubspec.yaml
2 parents 97d4dd7 + dbfbf90 commit 3bea04c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

pubspec.yaml

+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)