chore(): use relative imports in tests

This commit is contained in:
Tim Lancina
2016-03-02 15:43:51 -06:00
parent 626eae2131
commit a237c16bc0
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
import {InfiniteScroll, Content, Config} from 'ionic-angular';
import {InfiniteScroll, Content, Config} from '../../../../ionic';
export function run() {