forked from dart-lang/test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (29 loc) · 776 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (29 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: test_api
version: 0.5.0-dev
description: >-
The user facing API for structuring Dart tests and checking expectations.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_api
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
async: ^2.5.0
boolean_selector: ^2.1.0
collection: ^1.15.0
meta: ^1.3.0
source_span: ^1.8.0
stack_trace: ^1.10.0
stream_channel: ^2.1.0
string_scanner: ^1.1.0
term_glyph: ^1.2.0
# Use a tight version constraint to ensure that a constraint on matcher
# properly constrains all features it provides.
matcher: '>=0.12.11 <0.12.15'
dev_dependencies:
analyzer: '>=2.1.0 <6.0.0'
fake_async: ^1.2.0
glob: ^2.0.0
graphs: ^2.0.0
path: ^1.8.0
lints: '>=1.0.0 <3.0.0'
test: any
test_core: any