mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
test(e2e): update all e2e tests to use a local path to ionic
this lets type errors to show up during development closes #6366
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {FORM_DIRECTIVES, FormBuilder, Validators, Control, ControlGroup} from 'angular2/common';
|
||||
|
||||
import {App, IonicApp} from 'ionic-angular';
|
||||
import {App, IonicApp} from '../../../../../ionic';
|
||||
|
||||
|
||||
@App({
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Validators, Control, ControlGroup} from 'angular2/common';
|
||||
import {App, Page, NavController} from 'ionic-angular';
|
||||
import {App, Page, NavController} from '../../../../../ionic';
|
||||
|
||||
|
||||
@Page({
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {Validators, Control, ControlGroup} from 'angular2/common';
|
||||
import {Http} from 'angular2/http';
|
||||
import {App, Page, IonicApp, NavController} from 'ionic-angular';
|
||||
import {App, Page, IonicApp, NavController} from '../../../../../ionic';
|
||||
|
||||
|
||||
@Page({
|
||||
|
Reference in New Issue
Block a user