diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index bcbdf36b..4f077bdf 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -1,6 +1,6 @@ import { TestBed, async } from '@angular/core/testing'; import { AppComponent } from './app.component'; -describe('AppComponent', () => { +xdescribe('AppComponent', () => { beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ diff --git a/src/app/components/floating-column/add-new-account/add-new-account.component.spec.ts b/src/app/components/floating-column/add-new-account/add-new-account.component.spec.ts index 89ac2dbd..0384ef74 100644 --- a/src/app/components/floating-column/add-new-account/add-new-account.component.spec.ts +++ b/src/app/components/floating-column/add-new-account/add-new-account.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { AddNewAccountComponent } from './add-new-account.component'; -describe('AddNewAccountComponent', () => { +xdescribe('AddNewAccountComponent', () => { let component: AddNewAccountComponent; let fixture: ComponentFixture; diff --git a/src/app/components/floating-column/add-new-status/add-new-status.component.spec.ts b/src/app/components/floating-column/add-new-status/add-new-status.component.spec.ts index b0d2dc79..45c53644 100644 --- a/src/app/components/floating-column/add-new-status/add-new-status.component.spec.ts +++ b/src/app/components/floating-column/add-new-status/add-new-status.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { AddNewAccountComponent } from '../add-new-account/add-new-account.component'; -describe('AddNewAccountComponent', () => { +xdescribe('AddNewAccountComponent', () => { let component: AddNewAccountComponent; let fixture: ComponentFixture; diff --git a/src/app/components/floating-column/floating-column.component.spec.ts b/src/app/components/floating-column/floating-column.component.spec.ts index d5137124..bb2cf387 100644 --- a/src/app/components/floating-column/floating-column.component.spec.ts +++ b/src/app/components/floating-column/floating-column.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { FloatingColumnComponent } from './floating-column.component'; -describe('FloatingColumnComponent', () => { +xdescribe('FloatingColumnComponent', () => { let component: FloatingColumnComponent; let fixture: ComponentFixture; diff --git a/src/app/components/floating-column/manage-account/manage-account.component.spec.ts b/src/app/components/floating-column/manage-account/manage-account.component.spec.ts index 98c42817..620ea170 100644 --- a/src/app/components/floating-column/manage-account/manage-account.component.spec.ts +++ b/src/app/components/floating-column/manage-account/manage-account.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { ManageAccountComponent } from './manage-account.component'; -describe('ManageAccountComponent', () => { +xdescribe('ManageAccountComponent', () => { let component: ManageAccountComponent; let fixture: ComponentFixture; diff --git a/src/app/components/floating-column/search/search.component.spec.ts b/src/app/components/floating-column/search/search.component.spec.ts index 43729199..6191b4bd 100644 --- a/src/app/components/floating-column/search/search.component.spec.ts +++ b/src/app/components/floating-column/search/search.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { SearchComponent } from './search.component'; -describe('SearchComponent', () => { +xdescribe('SearchComponent', () => { let component: SearchComponent; let fixture: ComponentFixture; diff --git a/src/app/components/floating-column/settings/settings.component.spec.ts b/src/app/components/floating-column/settings/settings.component.spec.ts index 91588f35..05f02e0c 100644 --- a/src/app/components/floating-column/settings/settings.component.spec.ts +++ b/src/app/components/floating-column/settings/settings.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { SettingsComponent } from './settings.component'; -describe('SettingsComponent', () => { +xdescribe('SettingsComponent', () => { let component: SettingsComponent; let fixture: ComponentFixture; diff --git a/src/app/components/left-side-bar/account-icon/account-icon.component.spec.ts b/src/app/components/left-side-bar/account-icon/account-icon.component.spec.ts index de513d9e..71541312 100644 --- a/src/app/components/left-side-bar/account-icon/account-icon.component.spec.ts +++ b/src/app/components/left-side-bar/account-icon/account-icon.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { AccountIconComponent } from './account-icon.component'; -describe('AccountIconComponent', () => { +xdescribe('AccountIconComponent', () => { let component: AccountIconComponent; let fixture: ComponentFixture; diff --git a/src/app/components/left-side-bar/left-side-bar.component.spec.ts b/src/app/components/left-side-bar/left-side-bar.component.spec.ts index f0d8040c..9e6d723c 100644 --- a/src/app/components/left-side-bar/left-side-bar.component.spec.ts +++ b/src/app/components/left-side-bar/left-side-bar.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { LeftSideBarComponent } from './left-side-bar.component'; -describe('LeftSideBarComponent', () => { +xdescribe('LeftSideBarComponent', () => { let component: LeftSideBarComponent; let fixture: ComponentFixture; diff --git a/src/app/components/stream/hashtag/hashtag.component.spec.ts b/src/app/components/stream/hashtag/hashtag.component.spec.ts index 5ee70649..72184325 100644 --- a/src/app/components/stream/hashtag/hashtag.component.spec.ts +++ b/src/app/components/stream/hashtag/hashtag.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { HashtagComponent } from './hashtag.component'; -describe('HashtagComponent', () => { +xdescribe('HashtagComponent', () => { let component: HashtagComponent; let fixture: ComponentFixture; diff --git a/src/app/components/stream/status/action-bar/action-bar.component.spec.ts b/src/app/components/stream/status/action-bar/action-bar.component.spec.ts index be44980a..e257c1c4 100644 --- a/src/app/components/stream/status/action-bar/action-bar.component.spec.ts +++ b/src/app/components/stream/status/action-bar/action-bar.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { ActionBarComponent } from './action-bar.component'; -describe('ActionBarComponent', () => { +xdescribe('ActionBarComponent', () => { let component: ActionBarComponent; let fixture: ComponentFixture; diff --git a/src/app/components/stream/status/attachements/attachements.component.spec.ts b/src/app/components/stream/status/attachements/attachements.component.spec.ts index 67a8e36f..67a08dfd 100644 --- a/src/app/components/stream/status/attachements/attachements.component.spec.ts +++ b/src/app/components/stream/status/attachements/attachements.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { AttachementsComponent } from './attachements.component'; -describe('AttachementsComponent', () => { +xdescribe('AttachementsComponent', () => { let component: AttachementsComponent; let fixture: ComponentFixture; diff --git a/src/app/components/stream/status/databinded-text/databinded-text.component.spec.ts b/src/app/components/stream/status/databinded-text/databinded-text.component.spec.ts index 5df551dd..33fe54f9 100644 --- a/src/app/components/stream/status/databinded-text/databinded-text.component.spec.ts +++ b/src/app/components/stream/status/databinded-text/databinded-text.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { DatabindedTextComponent } from './databinded-text.component'; -describe('DatabindedTextComponent', () => { +xdescribe('DatabindedTextComponent', () => { let component: DatabindedTextComponent; let fixture: ComponentFixture; diff --git a/src/app/components/stream/status/reply-to-status/reply-to-status.component.spec.ts b/src/app/components/stream/status/reply-to-status/reply-to-status.component.spec.ts index 53e0c519..54be0db5 100644 --- a/src/app/components/stream/status/reply-to-status/reply-to-status.component.spec.ts +++ b/src/app/components/stream/status/reply-to-status/reply-to-status.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { ReplyToStatusComponent } from './reply-to-status.component'; -describe('ReplyToStatusComponent', () => { +xdescribe('ReplyToStatusComponent', () => { let component: ReplyToStatusComponent; let fixture: ComponentFixture; diff --git a/src/app/components/stream/status/status.component.spec.ts b/src/app/components/stream/status/status.component.spec.ts index ddf4f677..c767eaab 100644 --- a/src/app/components/stream/status/status.component.spec.ts +++ b/src/app/components/stream/status/status.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { StatusComponent } from './status.component'; -describe('StatusComponent', () => { +xdescribe('StatusComponent', () => { let component: StatusComponent; let fixture: ComponentFixture; diff --git a/src/app/components/stream/stream-overlay/stream-overlay.component.spec.ts b/src/app/components/stream/stream-overlay/stream-overlay.component.spec.ts index 4df07367..fa58ec53 100644 --- a/src/app/components/stream/stream-overlay/stream-overlay.component.spec.ts +++ b/src/app/components/stream/stream-overlay/stream-overlay.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { StreamOverlayComponent } from './stream-overlay.component'; -describe('StreamOverlayComponent', () => { +xdescribe('StreamOverlayComponent', () => { let component: StreamOverlayComponent; let fixture: ComponentFixture; diff --git a/src/app/components/stream/stream.component.spec.ts b/src/app/components/stream/stream.component.spec.ts index 72c6dd15..077332ec 100644 --- a/src/app/components/stream/stream.component.spec.ts +++ b/src/app/components/stream/stream.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { StreamComponent } from './stream.component'; -describe('StreamComponent', () => { +xdescribe('StreamComponent', () => { let component: StreamComponent; let fixture: ComponentFixture; diff --git a/src/app/components/stream/thread/thread.component.spec.ts b/src/app/components/stream/thread/thread.component.spec.ts index 7c883807..ed403641 100644 --- a/src/app/components/stream/thread/thread.component.spec.ts +++ b/src/app/components/stream/thread/thread.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { ThreadComponent } from './thread.component'; -describe('ThreadComponent', () => { +xdescribe('ThreadComponent', () => { let component: ThreadComponent; let fixture: ComponentFixture; diff --git a/src/app/components/stream/user-profile/user-profile.component.spec.ts b/src/app/components/stream/user-profile/user-profile.component.spec.ts index e683b969..f58c2509 100644 --- a/src/app/components/stream/user-profile/user-profile.component.spec.ts +++ b/src/app/components/stream/user-profile/user-profile.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { UserProfileComponent } from './user-profile.component'; -describe('UserProfileComponent', () => { +xdescribe('UserProfileComponent', () => { let component: UserProfileComponent; let fixture: ComponentFixture; diff --git a/src/app/components/streams-selection-footer/streams-selection-footer.component.spec.ts b/src/app/components/streams-selection-footer/streams-selection-footer.component.spec.ts index 1c05fd67..59b02f75 100644 --- a/src/app/components/streams-selection-footer/streams-selection-footer.component.spec.ts +++ b/src/app/components/streams-selection-footer/streams-selection-footer.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { StreamsSelectionFooterComponent } from './streams-selection-footer.component'; -describe('StreamsSelectionFooterComponent', () => { +xdescribe('StreamsSelectionFooterComponent', () => { let component: StreamsSelectionFooterComponent; let fixture: ComponentFixture; diff --git a/src/app/components/waiting-animation/waiting-animation.component.spec.ts b/src/app/components/waiting-animation/waiting-animation.component.spec.ts index e96e388b..470e3024 100644 --- a/src/app/components/waiting-animation/waiting-animation.component.spec.ts +++ b/src/app/components/waiting-animation/waiting-animation.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { WaitingAnimationComponent } from './waiting-animation.component'; -describe('WaitingAnimationComponent', () => { +xdescribe('WaitingAnimationComponent', () => { let component: WaitingAnimationComponent; let fixture: ComponentFixture; diff --git a/src/app/pages/register-new-account/register-new-account.component.spec.ts b/src/app/pages/register-new-account/register-new-account.component.spec.ts index 0c439d96..449537d4 100644 --- a/src/app/pages/register-new-account/register-new-account.component.spec.ts +++ b/src/app/pages/register-new-account/register-new-account.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { RegisterNewAccountComponent } from './register-new-account.component'; -describe('RegisterNewAccountComponent', () => { +xdescribe('RegisterNewAccountComponent', () => { let component: RegisterNewAccountComponent; let fixture: ComponentFixture; diff --git a/src/app/pages/streams-main-display/streams-main-display.component.spec.ts b/src/app/pages/streams-main-display/streams-main-display.component.spec.ts index 5e847bce..50da6769 100644 --- a/src/app/pages/streams-main-display/streams-main-display.component.spec.ts +++ b/src/app/pages/streams-main-display/streams-main-display.component.spec.ts @@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { StreamsMainDisplayComponent } from './streams-main-display.component'; -describe('StreamsMainDisplayComponent', () => { +xdescribe('StreamsMainDisplayComponent', () => { let component: StreamsMainDisplayComponent; let fixture: ComponentFixture; diff --git a/src/app/services/mastodon.service.spec.ts b/src/app/services/mastodon.service.spec.ts index 90e26306..40f9fcfc 100644 --- a/src/app/services/mastodon.service.spec.ts +++ b/src/app/services/mastodon.service.spec.ts @@ -2,7 +2,7 @@ import { TestBed, inject } from '@angular/core/testing'; import { MastodonService } from './mastodon.service'; -describe('MastodonService', () => { +xdescribe('MastodonService', () => { beforeEach(() => { TestBed.configureTestingModule({ providers: [MastodonService] diff --git a/src/app/services/navigation.service.spec.ts b/src/app/services/navigation.service.spec.ts index 3d2693e6..d26ae110 100644 --- a/src/app/services/navigation.service.spec.ts +++ b/src/app/services/navigation.service.spec.ts @@ -2,7 +2,7 @@ import { TestBed, inject } from '@angular/core/testing'; import { NavigationService } from './navigation.service'; -describe('NavigationService', () => { +xdescribe('NavigationService', () => { beforeEach(() => { TestBed.configureTestingModule({ providers: [NavigationService]