diff --git a/project/ws/app/src/lib/routes/app-toc/components/app-toc-single-page/app-toc-single-page.component.ts b/project/ws/app/src/lib/routes/app-toc/components/app-toc-single-page/app-toc-single-page.component.ts index 05f578e0da..8cbe246705 100755 --- a/project/ws/app/src/lib/routes/app-toc/components/app-toc-single-page/app-toc-single-page.component.ts +++ b/project/ws/app/src/lib/routes/app-toc/components/app-toc-single-page/app-toc-single-page.component.ts @@ -719,4 +719,4 @@ export class AppTocSinglePageComponent implements OnInit, OnChanges, OnDestroy { } } } -} \ No newline at end of file +} diff --git a/project/ws/app/src/lib/routes/user-profile/components/user-profile/user-profile.component.ts b/project/ws/app/src/lib/routes/user-profile/components/user-profile/user-profile.component.ts index 2b3328c6a2..b996da4097 100755 --- a/project/ws/app/src/lib/routes/user-profile/components/user-profile/user-profile.component.ts +++ b/project/ws/app/src/lib/routes/user-profile/components/user-profile/user-profile.component.ts @@ -1268,7 +1268,7 @@ export class UserProfileComponent implements OnInit, OnDestroy { } }, (err: any) => { - console.log('err -----', err) + // console.log('err -----', err) const errMsg = _.get(err, 'error.params.errmsg') if (errMsg) { this.openSnackbar(errMsg) diff --git a/project/ws/viewer/src/lib/route-view-container/survey/survey.component.spec.ts b/project/ws/viewer/src/lib/route-view-container/survey/survey.component.spec.ts index bc37b7ac2e..ea73efac83 100644 --- a/project/ws/viewer/src/lib/route-view-container/survey/survey.component.spec.ts +++ b/project/ws/viewer/src/lib/route-view-container/survey/survey.component.spec.ts @@ -1,25 +1,25 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; +import { async, ComponentFixture, TestBed } from '@angular/core/testing' -import { SurveyComponent } from './survey.component'; +import { SurveyComponent } from './survey.component' describe('SurveyComponent', () => { - let component: SurveyComponent; - let fixture: ComponentFixture; + let component: SurveyComponent + let fixture: ComponentFixture beforeEach(async(() => { TestBed.configureTestingModule({ - declarations: [ SurveyComponent ] + declarations: [SurveyComponent], }) - .compileComponents(); - })); + .compileComponents() + })) beforeEach(() => { - fixture = TestBed.createComponent(SurveyComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + fixture = TestBed.createComponent(SurveyComponent) + component = fixture.componentInstance + fixture.detectChanges() + }) it('should create', () => { - expect(component).toBeTruthy(); - }); -}); + expect(component).toBeTruthy() + }) +}) diff --git a/project/ws/viewer/src/lib/routes/survey/survey.component.spec.ts b/project/ws/viewer/src/lib/routes/survey/survey.component.spec.ts index bc37b7ac2e..ea73efac83 100644 --- a/project/ws/viewer/src/lib/routes/survey/survey.component.spec.ts +++ b/project/ws/viewer/src/lib/routes/survey/survey.component.spec.ts @@ -1,25 +1,25 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; +import { async, ComponentFixture, TestBed } from '@angular/core/testing' -import { SurveyComponent } from './survey.component'; +import { SurveyComponent } from './survey.component' describe('SurveyComponent', () => { - let component: SurveyComponent; - let fixture: ComponentFixture; + let component: SurveyComponent + let fixture: ComponentFixture beforeEach(async(() => { TestBed.configureTestingModule({ - declarations: [ SurveyComponent ] + declarations: [SurveyComponent], }) - .compileComponents(); - })); + .compileComponents() + })) beforeEach(() => { - fixture = TestBed.createComponent(SurveyComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + fixture = TestBed.createComponent(SurveyComponent) + component = fixture.componentInstance + fixture.detectChanges() + }) it('should create', () => { - expect(component).toBeTruthy(); - }); -}); + expect(component).toBeTruthy() + }) +})