mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
3dbed884c2
Change-Id: Ib25573375ea1f54e07846af6fcd9cd74a8fefb7a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250784 Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
20 lines
617 B
YAML
20 lines
617 B
YAML
name: async_helper
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
description: >-
|
|
Async_helper is used for asynchronous tests that do not want to make use of
|
|
the Dart unittest library - for example, the core language tests. Third
|
|
parties are discouraged from using this, and should use the facilities
|
|
provided in package:test.
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
expect: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
lints: any
|