4b7ba5a72f
Also include the generated output. Change-Id: Ic2818f544972c737f69913122e366ea48375e950 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/135795 Commit-Queue: Bob Nystrom <rnystrom@google.com> Reviewed-by: Jens Johansen <jensj@google.com> Reviewed-by: Lasse R.H. Nielsen <lrn@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com>
14 lines
376 B
YAML
14 lines
376 B
YAML
name: expect
|
|
publish_to: none
|
|
description: >
|
|
Expect is used for tests that do not want to make use of the
|
|
Dart unit test library - for example, the core language tests.
|
|
Third parties are discouraged from using this, and should use
|
|
the expect() function in the unit test library instead for
|
|
test assertions.
|
|
environment:
|
|
sdk: ">=2.0.0 <3.0.0"
|
|
|
|
dependencies:
|
|
meta: any
|