forked from Workiva/over_react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdart_test.yaml
34 lines (29 loc) · 876 Bytes
/
dart_test.yaml
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
34
# Specify chrome and VM as default platforms for running all tests,
# then let the `@TestOn()` annotations determine which suites actually run
platforms:
- chrome
- vm
# Default concurrency of 4 for unit tests, integration preset will override
concurrency: 4
presets:
vm:
paths:
- test/vm_tests/
dartdevc:
exclude_tags: no-ddc
paths:
- test/over_react_component_declaration_test.dart
- test/over_react_component_test.dart
- test/over_react_dom_test.dart
- test/over_react_util_test.dart
- test/over_react_redux_test.dart
dart2js:
exclude_tags: ddc
paths:
- test/over_react_component_declaration_test.dart
- test/over_react_component_test.dart
- test/over_react_dom_test.dart
- test/over_react_util_test.dart
- test/over_react_redux_test.dart
travis:
reporter: expanded