We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97d4dd7 + dbfbf90 commit 3bea04cCopy full SHA for 3bea04c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.1.2
4
+
5
+- Update the pubspec `dependencies` section to include `package:test`
6
7
## 0.1.1
8
9
- For `@failingTest` tests, properly handle when the test fails by throwing an
pubspec.yaml
@@ -1,11 +1,11 @@
name: test_reflective_loader
-version: 0.1.1
+version: 0.1.2
description: Support for discovering tests and test suites using reflection.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/test_reflective_loader
environment:
sdk: '>=1.0.0 <2.0.0'
10
-dev_dependencies:
+dependencies:
11
test: ^0.12.0
0 commit comments