blob: 5618112422e804ae1421f1936b077d9845b114a9 [file] [log] [blame]
name: test_api
version: 0.2.19-nullsafety.7
description: A library for writing Dart tests.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_api
environment:
sdk: ">=2.12.0-0 <3.0.0"
dependencies:
async: ^2.5.0-nullsafety
boolean_selector: ^2.1.0-nullsafety
collection: ^1.15.0-nullsafety
meta: ^1.3.0-nullsafety
path: ^1.8.0-nullsafety
source_span: ^1.8.0-nullsafety
stack_trace: ^1.10.0-nullsafety
stream_channel: ^2.1.0-nullsafety
string_scanner: ^1.1.0-nullsafety
term_glyph: ^1.2.0-nullsafety
# Use a tight version constraint to ensure that a constraint on matcher
# properly constrains all features it provides.
matcher: '>=0.12.10-nullsafety <0.12.10'
dev_dependencies:
pedantic: ^1.10.0-nullsafety
test_descriptor: ^1.0.0
test_process: ^1.0.0
test: any
test_core: any
dependency_overrides:
test:
path: ../test
test_core:
path: ../test_core