chore(e2e): update e2e scripts

This commit is contained in:
Dan Bucholtz
2016-09-13 15:08:20 -05:00
committed by Adam Bradley
parent 4260940814
commit 17fe72e4bc
14 changed files with 406 additions and 187 deletions

10
scripts/e2e/vendor.js Normal file
View File

@ -0,0 +1,10 @@
// Angular 2
import '@angular/platform-browser';
import '@angular/platform-browser-dynamic';
import '@angular/common';
import '@angular/core';
import '@angular/http';
// RxJS
import 'rxjs/add/operator/map';
import 'rxjs/add/operator/mergeMap';