forked from dart-archive/angular_test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (29 loc) · 993 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
36 lines (29 loc) · 993 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
34
35
36
name: angular_test
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/angular_test
description: Testing infrastructure for AngularDart
version: 1.0.0-alpha+5
environment:
sdk: '>=1.20.0 <2.0.0'
executables:
angular_test:
dependencies:
angular2: '>=3.0.0-alpha <3.0.0-alpha+2'
ansicolor: '^0.0.9'
pageloader: '^2.2.5'
dev_dependencies:
test: '^0.12.17'
transformers:
# Run the code generator on the entire package.
- angular2/transform/codegen
# Run the reflection remover just on tests that have AoT enabled.
# TODO: Automate this, either via script or a naming convention.
- angular2/transform/reflection_remover:
$include:
- test/frontend/bed_error_test.dart
- test/frontend/bed_lifecycle_test.dart
- test/frontend/pageloader_test.dart
- test/bootstrap_test.dart
# Allow test to proxy-load files so we can run AoT tests w/ pub serve.
- test/pub_serve:
$include: test/**_test.dart