6c88c6f2ba
Change-Id: I5f17f4a7eddd5dd839b2061f5d4a1f33c40703a9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/506661 Commit-Queue: Bob Nystrom <rnystrom@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
15 lines
356 B
YAML
15 lines
356 B
YAML
name: smith
|
|
description: Shared code for working with the Dart SDK's tests and test runner.
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '^3.13.0-0'
|
|
|
|
resolution: workspace
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
expect: any
|
|
lints: any
|