fb29d0e96d
This allows to break a circular dependency between package:expect and package:async_helper, which will simplify the support for modular tests using package:modular_test. Change-Id: Ie48723d3f35d51a8fbe622e0158450e8104fe3f5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/102140 Reviewed-by: Johnni Winther <johnniwinther@google.com>
13 lines
378 B
YAML
13 lines
378 B
YAML
name: async_helper
|
|
# This package is not intended to be published
|
|
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.
|
|
|
|
dependencies:
|
|
expect: any
|