dart-sdk/pkg/modular_test/pubspec.yaml
Devon Carew c677a0c36f [pkg/modular_test] analyze with package:lints
Change-Id: I8fd66acdc2ad0c39f959785039d0001d0148f1a6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250765
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-07-06 21:36:40 +00:00

24 lines
632 B
YAML

name: modular_test
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
description: >
Small framework to test modular pipelines. This is used within the Dart SDK to
define and validate modular tests, and to execute them using the modular
pipeline of different SDK tools.
environment:
sdk: '>=2.16.0 <3.0.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
args: any
package_config: any
yaml: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
async_helper: any
expect: any
lints: any
test: any