chore(build): fix path issue in snapshot test

This commit is contained in:
Dan Bucholtz
2017-06-19 16:40:44 -05:00
parent 00fbded168
commit bcc85d9144
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ import {AppModule as NavChildNavs} from '../../../../../nav/test/child-navs/app/
import {AppModule as NavInitAsync} from '../../../../../nav/test/init-async/app.module';
import {AppModule as NavInsertViews} from '../../../../../nav/test/insert-views/app.module';
import {AppModule as NavMemory} from '../../../../../nav/test/memory/app.module';
import {AppModule as NavNavPushPop} from '../../../../../nav/test/nav-push-pop/app.module';
import {AppModule as NavNavPushPop} from '../../../../../nav/test/nav-push-pop/app/app.module';
import {AppModule as NavWorstCase} from '../../../../../nav/test/worst-case/app.module';
import {AppModule as PickerBasic} from '../../../../../picker/test/basic/app/app.module';

View File

@@ -127,7 +127,7 @@ import { AppComponent as NavChildNavs } from '../../../../../nav/test/child-navs
import { AppComponent as NavInitAsync } from '../../../../../nav/test/init-async/app.module';
import { AppComponent as NavInsertViews } from '../../../../../nav/test/insert-views/app.module';
import { AppComponent as NavMemory } from '../../../../../nav/test/memory/app.module';
import { AppComponent as NavNavPushPop } from '../../../../../nav/test/nav-push-pop/app.module';
import { AppComponent as NavNavPushPop } from '../../../../../nav/test/nav-push-pop/app/app.component';
import { AppComponent as NavWorstCase } from '../../../../../nav/test/worst-case/app.module';
import { AppComponent as PickerBasic } from '../../../../../picker/test/basic/app/app.component';