23fa59f8b6
Change-Id: I21b970aaa61331b25687891f325621165f7861ad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128160 Commit-Queue: Karl Klose <karlklose@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com>
14 lines
332 B
YAML
14 lines
332 B
YAML
name: smith
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Shared code for working with the Dart SDK's tests and test runner.
|
|
homepage: http://www.dartlang.org
|
|
# This package is not intended to be published.
|
|
publish_to: none
|
|
environment:
|
|
sdk: "^2.3.0"
|
|
dependencies:
|
|
args: any
|
|
dev_dependencies:
|
|
expect:
|
|
path: ../expect
|