fix(benchmarks): Do not apply the angular transformer to e2e tests
fix #2454
This commit is contained in:
parent
e89fe0a9ff
commit
cee26826d7
|
@ -9,6 +9,7 @@ dev_dependencies:
|
||||||
path: ../angular2
|
path: ../angular2
|
||||||
transformers:
|
transformers:
|
||||||
- angular:
|
- angular:
|
||||||
|
$exclude: "web/e2e_test"
|
||||||
html_files:
|
html_files:
|
||||||
- web/src/naive_infinite_scroll/scroll_area.html
|
- web/src/naive_infinite_scroll/scroll_area.html
|
||||||
- web/src/naive_infinite_scroll/scroll_item.html
|
- web/src/naive_infinite_scroll/scroll_item.html
|
||||||
|
|
Loading…
Reference in New Issue