mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(e2e): update e2e scripts
This commit is contained in:

committed by
Adam Bradley

parent
4260940814
commit
17fe72e4bc
10
scripts/e2e/vendor.js
Normal file
10
scripts/e2e/vendor.js
Normal 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';
|
Reference in New Issue
Block a user