mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
chore(tests): correct components to use src path instead of ionic to ensure karma tests pass.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {ViewEncapsulation} from '@angular/core';
|
||||
import {App, Page, Picker, NavController} from '../../../../../ionic';
|
||||
import {App, Page, Picker, NavController} from '../../../../../src';
|
||||
|
||||
|
||||
@Page({
|
||||
|
Reference in New Issue
Block a user