Skip to content

Commit

Permalink
chore(e2e): make typescript and e2e friends
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Feb 12, 2016
1 parent 2dacac2 commit 5f254f2
Show file tree
Hide file tree
Showing 89 changed files with 100 additions and 95 deletions.
2 changes: 1 addition & 1 deletion ionic/components/action-sheet/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, Page, ActionSheet, NavController} from 'ionic/ionic';
import {App, Page, ActionSheet, NavController} from '../../../../../ionic/ionic';


@Page({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/alert/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, Page, Alert, NavController} from 'ionic/ionic';
import {App, Page, Alert, NavController} from '../../../../../ionic/ionic';


@Page({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/app/test/animations/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, Page, Animation} from 'ionic/ionic';
import {App, Page, Animation} from '../../../../../ionic/ionic';


@Page({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/app/test/storage/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Component} from 'angular2/core';
import {Control, ControlGroup} from 'angular2/common';

import {App, Storage, LocalStorage, SqlStorage} from 'ionic/ionic';
import {App, Storage, LocalStorage, SqlStorage} from '../../../../../ionic/ionic';

@App({
templateUrl: 'main.html'
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/app/test/typography/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp} from 'ionic/ionic';
import {App, IonicApp} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/badge/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp} from 'ionic/ionic';
import {App, IonicApp} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/blur/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/button/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp} from 'ionic/ionic';
import {App, IonicApp} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/button/test/block/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/button/test/clear/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/button/test/fab/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/button/test/full/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/button/test/icons/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/button/test/outline/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/button/test/round/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/button/test/sizes/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/card/test/advanced/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/card/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/card/test/images/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/card/test/list/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/card/test/map/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/card/test/social/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/checkbox/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';
import {
Control,
ControlGroup,
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/chip/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp} from 'ionic/ionic';
import {App, IonicApp} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/chip/test/delete/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp} from 'ionic/ionic';
import {App, IonicApp} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/chip/test/icon/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp} from 'ionic/ionic';
import {App, IonicApp} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/chip/test/image/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp} from 'ionic/ionic';
import {App, IonicApp} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/grid/test/alignment/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/grid/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/grid/test/full/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/icon/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/input/test/fixed-inline-labels/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/input/test/floating-labels/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/input/test/form-inputs/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';
import {FormBuilder, Validators} from 'angular2/common';


Expand Down
2 changes: 1 addition & 1 deletion ionic/components/input/test/inline-labels/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/input/test/input-focus/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/input/test/inset-inputs/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/input/test/placeholder-labels/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/input/test/stacked-labels/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/item/test/buttons/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/item/test/dividers/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/item/test/groups/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, Page, NavController, NavParams} from 'ionic/ionic';
import {App, Page, NavController, NavParams} from '../../../../../ionic/ionic';


@Page({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/item/test/images/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/item/test/media/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/item/test/sliding/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, Page, IonicApp, Alert, NavController} from 'ionic/ionic';
import {App, Page, IonicApp, Alert, NavController} from '../../../../../ionic/ionic';


@Page({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/item/test/text/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/list/test/headers/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/list/test/infinite/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/list/test/inset/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/list/test/no-lines/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/list/test/repeat-headers/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/list/test/sticky/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';


@App({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/menu/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp, MenuController, Page, NavController, Alert} from 'ionic/ionic';
import {App, IonicApp, MenuController, Page, NavController, Alert} from '../../../../../ionic/ionic';


@Page({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/menu/test/disable-swipe/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, Page, NavController, MenuController} from 'ionic/ionic';
import {App, Page, NavController, MenuController} from '../../../../../ionic/ionic';

@Page({
templateUrl: 'page1.html'
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/menu/test/multiple/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, Page, MenuController} from 'ionic/ionic';
import {App, Page, MenuController} from '../../../../../ionic/ionic';


@Page({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/menu/test/overlay/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp, Page} from 'ionic/ionic';
import {App, IonicApp, Page} from '../../../../../ionic/ionic';


@Page({templateUrl: 'page1.html'})
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/menu/test/push/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp, Page} from 'ionic/ionic';
import {App, IonicApp, Page} from '../../../../../ionic/ionic';


@Page({templateUrl: 'page1.html'})
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/menu/test/reveal/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, IonicApp, Page} from 'ionic/ionic';
import {App, IonicApp, Page} from '../../../../../ionic/ionic';


@Page({templateUrl: 'page1.html'})
Expand Down
4 changes: 2 additions & 2 deletions ionic/components/modal/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {App, Page, Config, Platform} from 'ionic/ionic';
import {Modal, ActionSheet, NavController, NavParams, Transition, TransitionOptions, ViewController} from 'ionic/ionic';
import {App, Page, Config, Platform} from '../../../../../ionic/ionic';
import {Modal, ActionSheet, NavController, NavParams, Transition, TransitionOptions, ViewController} from '../../../../../ionic/ionic';;


@Page({
Expand Down
6 changes: 3 additions & 3 deletions ionic/components/nav/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Component, Type} from 'angular2/core';
import {App, NavController, Alert} from 'ionic/ionic';
import {Page, Config, IonicApp} from 'ionic/ionic';
import {NavParams, ViewController, IONIC_DIRECTIVES} from 'ionic/ionic';
import {App, NavController, Alert} from '../../../../../ionic/ionic';
import {Page, Config, IonicApp} from '../../../../../ionic/ionic';
import {NavParams, ViewController, IONIC_DIRECTIVES} from '../../../../../ionic/ionic';;


@Component({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/nav/test/insert-views/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App, Page, NavController} from 'ionic/ionic';
import {App, Page, NavController} from '../../../../../ionic/ionic';



Expand Down
4 changes: 2 additions & 2 deletions ionic/components/nav/test/nested/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {App, NavParams, NavController, ViewController, MenuController} from 'ionic/ionic';
import {Page, Config, IonicApp} from 'ionic/ionic';
import {App, NavParams, NavController, ViewController, MenuController} from '../../../../../ionic/ionic';
import {Page, Config, IonicApp} from '../../../../../ionic/ionic';


@Page({
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/nav/test/routing/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {RouteConfig, Location} from 'angular2/router';

import {App, Page, NavParams, ViewController} from 'ionic/ionic';
import {App, Page, NavParams, ViewController} from '../../../../../ionic/ionic';


@Page({templateUrl: 'view1.html'})
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/radio/test/basic/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {App} from 'ionic/ionic';
import {App} from '../../../../../ionic/ionic';
import {
Control,
ControlGroup,
Expand Down
Loading

0 comments on commit 5f254f2

Please sign in to comment.