Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Merge pull request #9 from dart-lang/devoncarew-patch-1
Browse files Browse the repository at this point in the history
Update pubspec.yaml
  • Loading branch information
devoncarew authored Dec 8, 2017
2 parents 97d4dd7 + dbfbf90 commit 3bea04c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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 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 3bea04c

Please sign in to comment.