Skip to content

Commit

Permalink
Merge pull request dart-lang/test_reflective_loader#9 from dart-lang/…
Browse files Browse the repository at this point in the history
…devoncarew-patch-1

Update pubspec.yaml
  • Loading branch information
devoncarew authored Dec 8, 2017
2 parents f8f87a7 + b34ceea commit c0e874a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/test_reflective_loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.2

- Update the pubspec `dependencies` section to include `package:test`

## 0.1.1

- For `@failingTest` tests, properly handle when the test fails by throwing an
Expand Down
4 changes: 2 additions & 2 deletions pkgs/test_reflective_loader/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'

dev_dependencies:
dependencies:
test: ^0.12.0

0 comments on commit c0e874a

Please sign in to comment.