blob: f79d98ffea82769ce2f440e2d3b5dfcbf9ac865b [file] [log] [blame]
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'
dependencies:
expect:
path: ../expect