disable all tests
This commit is contained in:
parent
d6656a19ec
commit
7cd05fd55c
|
@ -1,6 +1,6 @@
|
||||||
import { TestBed, async } from '@angular/core/testing';
|
import { TestBed, async } from '@angular/core/testing';
|
||||||
import { AppComponent } from './app.component';
|
import { AppComponent } from './app.component';
|
||||||
describe('AppComponent', () => {
|
xdescribe('AppComponent', () => {
|
||||||
beforeEach(async(() => {
|
beforeEach(async(() => {
|
||||||
TestBed.configureTestingModule({
|
TestBed.configureTestingModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { AddNewAccountComponent } from './add-new-account.component';
|
import { AddNewAccountComponent } from './add-new-account.component';
|
||||||
|
|
||||||
describe('AddNewAccountComponent', () => {
|
xdescribe('AddNewAccountComponent', () => {
|
||||||
let component: AddNewAccountComponent;
|
let component: AddNewAccountComponent;
|
||||||
let fixture: ComponentFixture<AddNewAccountComponent>;
|
let fixture: ComponentFixture<AddNewAccountComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
import { AddNewAccountComponent } from '../add-new-account/add-new-account.component';
|
import { AddNewAccountComponent } from '../add-new-account/add-new-account.component';
|
||||||
|
|
||||||
|
|
||||||
describe('AddNewAccountComponent', () => {
|
xdescribe('AddNewAccountComponent', () => {
|
||||||
let component: AddNewAccountComponent;
|
let component: AddNewAccountComponent;
|
||||||
let fixture: ComponentFixture<AddNewAccountComponent>;
|
let fixture: ComponentFixture<AddNewAccountComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { FloatingColumnComponent } from './floating-column.component';
|
import { FloatingColumnComponent } from './floating-column.component';
|
||||||
|
|
||||||
describe('FloatingColumnComponent', () => {
|
xdescribe('FloatingColumnComponent', () => {
|
||||||
let component: FloatingColumnComponent;
|
let component: FloatingColumnComponent;
|
||||||
let fixture: ComponentFixture<FloatingColumnComponent>;
|
let fixture: ComponentFixture<FloatingColumnComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { ManageAccountComponent } from './manage-account.component';
|
import { ManageAccountComponent } from './manage-account.component';
|
||||||
|
|
||||||
describe('ManageAccountComponent', () => {
|
xdescribe('ManageAccountComponent', () => {
|
||||||
let component: ManageAccountComponent;
|
let component: ManageAccountComponent;
|
||||||
let fixture: ComponentFixture<ManageAccountComponent>;
|
let fixture: ComponentFixture<ManageAccountComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { SearchComponent } from './search.component';
|
import { SearchComponent } from './search.component';
|
||||||
|
|
||||||
describe('SearchComponent', () => {
|
xdescribe('SearchComponent', () => {
|
||||||
let component: SearchComponent;
|
let component: SearchComponent;
|
||||||
let fixture: ComponentFixture<SearchComponent>;
|
let fixture: ComponentFixture<SearchComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { SettingsComponent } from './settings.component';
|
import { SettingsComponent } from './settings.component';
|
||||||
|
|
||||||
describe('SettingsComponent', () => {
|
xdescribe('SettingsComponent', () => {
|
||||||
let component: SettingsComponent;
|
let component: SettingsComponent;
|
||||||
let fixture: ComponentFixture<SettingsComponent>;
|
let fixture: ComponentFixture<SettingsComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { AccountIconComponent } from './account-icon.component';
|
import { AccountIconComponent } from './account-icon.component';
|
||||||
|
|
||||||
describe('AccountIconComponent', () => {
|
xdescribe('AccountIconComponent', () => {
|
||||||
let component: AccountIconComponent;
|
let component: AccountIconComponent;
|
||||||
let fixture: ComponentFixture<AccountIconComponent>;
|
let fixture: ComponentFixture<AccountIconComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { LeftSideBarComponent } from './left-side-bar.component';
|
import { LeftSideBarComponent } from './left-side-bar.component';
|
||||||
|
|
||||||
describe('LeftSideBarComponent', () => {
|
xdescribe('LeftSideBarComponent', () => {
|
||||||
let component: LeftSideBarComponent;
|
let component: LeftSideBarComponent;
|
||||||
let fixture: ComponentFixture<LeftSideBarComponent>;
|
let fixture: ComponentFixture<LeftSideBarComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { HashtagComponent } from './hashtag.component';
|
import { HashtagComponent } from './hashtag.component';
|
||||||
|
|
||||||
describe('HashtagComponent', () => {
|
xdescribe('HashtagComponent', () => {
|
||||||
let component: HashtagComponent;
|
let component: HashtagComponent;
|
||||||
let fixture: ComponentFixture<HashtagComponent>;
|
let fixture: ComponentFixture<HashtagComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { ActionBarComponent } from './action-bar.component';
|
import { ActionBarComponent } from './action-bar.component';
|
||||||
|
|
||||||
describe('ActionBarComponent', () => {
|
xdescribe('ActionBarComponent', () => {
|
||||||
let component: ActionBarComponent;
|
let component: ActionBarComponent;
|
||||||
let fixture: ComponentFixture<ActionBarComponent>;
|
let fixture: ComponentFixture<ActionBarComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { AttachementsComponent } from './attachements.component';
|
import { AttachementsComponent } from './attachements.component';
|
||||||
|
|
||||||
describe('AttachementsComponent', () => {
|
xdescribe('AttachementsComponent', () => {
|
||||||
let component: AttachementsComponent;
|
let component: AttachementsComponent;
|
||||||
let fixture: ComponentFixture<AttachementsComponent>;
|
let fixture: ComponentFixture<AttachementsComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { DatabindedTextComponent } from './databinded-text.component';
|
import { DatabindedTextComponent } from './databinded-text.component';
|
||||||
|
|
||||||
describe('DatabindedTextComponent', () => {
|
xdescribe('DatabindedTextComponent', () => {
|
||||||
let component: DatabindedTextComponent;
|
let component: DatabindedTextComponent;
|
||||||
let fixture: ComponentFixture<DatabindedTextComponent>;
|
let fixture: ComponentFixture<DatabindedTextComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { ReplyToStatusComponent } from './reply-to-status.component';
|
import { ReplyToStatusComponent } from './reply-to-status.component';
|
||||||
|
|
||||||
describe('ReplyToStatusComponent', () => {
|
xdescribe('ReplyToStatusComponent', () => {
|
||||||
let component: ReplyToStatusComponent;
|
let component: ReplyToStatusComponent;
|
||||||
let fixture: ComponentFixture<ReplyToStatusComponent>;
|
let fixture: ComponentFixture<ReplyToStatusComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { StatusComponent } from './status.component';
|
import { StatusComponent } from './status.component';
|
||||||
|
|
||||||
describe('StatusComponent', () => {
|
xdescribe('StatusComponent', () => {
|
||||||
let component: StatusComponent;
|
let component: StatusComponent;
|
||||||
let fixture: ComponentFixture<StatusComponent>;
|
let fixture: ComponentFixture<StatusComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { StreamOverlayComponent } from './stream-overlay.component';
|
import { StreamOverlayComponent } from './stream-overlay.component';
|
||||||
|
|
||||||
describe('StreamOverlayComponent', () => {
|
xdescribe('StreamOverlayComponent', () => {
|
||||||
let component: StreamOverlayComponent;
|
let component: StreamOverlayComponent;
|
||||||
let fixture: ComponentFixture<StreamOverlayComponent>;
|
let fixture: ComponentFixture<StreamOverlayComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { StreamComponent } from './stream.component';
|
import { StreamComponent } from './stream.component';
|
||||||
|
|
||||||
describe('StreamComponent', () => {
|
xdescribe('StreamComponent', () => {
|
||||||
let component: StreamComponent;
|
let component: StreamComponent;
|
||||||
let fixture: ComponentFixture<StreamComponent>;
|
let fixture: ComponentFixture<StreamComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { ThreadComponent } from './thread.component';
|
import { ThreadComponent } from './thread.component';
|
||||||
|
|
||||||
describe('ThreadComponent', () => {
|
xdescribe('ThreadComponent', () => {
|
||||||
let component: ThreadComponent;
|
let component: ThreadComponent;
|
||||||
let fixture: ComponentFixture<ThreadComponent>;
|
let fixture: ComponentFixture<ThreadComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { UserProfileComponent } from './user-profile.component';
|
import { UserProfileComponent } from './user-profile.component';
|
||||||
|
|
||||||
describe('UserProfileComponent', () => {
|
xdescribe('UserProfileComponent', () => {
|
||||||
let component: UserProfileComponent;
|
let component: UserProfileComponent;
|
||||||
let fixture: ComponentFixture<UserProfileComponent>;
|
let fixture: ComponentFixture<UserProfileComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { StreamsSelectionFooterComponent } from './streams-selection-footer.component';
|
import { StreamsSelectionFooterComponent } from './streams-selection-footer.component';
|
||||||
|
|
||||||
describe('StreamsSelectionFooterComponent', () => {
|
xdescribe('StreamsSelectionFooterComponent', () => {
|
||||||
let component: StreamsSelectionFooterComponent;
|
let component: StreamsSelectionFooterComponent;
|
||||||
let fixture: ComponentFixture<StreamsSelectionFooterComponent>;
|
let fixture: ComponentFixture<StreamsSelectionFooterComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { WaitingAnimationComponent } from './waiting-animation.component';
|
import { WaitingAnimationComponent } from './waiting-animation.component';
|
||||||
|
|
||||||
describe('WaitingAnimationComponent', () => {
|
xdescribe('WaitingAnimationComponent', () => {
|
||||||
let component: WaitingAnimationComponent;
|
let component: WaitingAnimationComponent;
|
||||||
let fixture: ComponentFixture<WaitingAnimationComponent>;
|
let fixture: ComponentFixture<WaitingAnimationComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { RegisterNewAccountComponent } from './register-new-account.component';
|
import { RegisterNewAccountComponent } from './register-new-account.component';
|
||||||
|
|
||||||
describe('RegisterNewAccountComponent', () => {
|
xdescribe('RegisterNewAccountComponent', () => {
|
||||||
let component: RegisterNewAccountComponent;
|
let component: RegisterNewAccountComponent;
|
||||||
let fixture: ComponentFixture<RegisterNewAccountComponent>;
|
let fixture: ComponentFixture<RegisterNewAccountComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { StreamsMainDisplayComponent } from './streams-main-display.component';
|
import { StreamsMainDisplayComponent } from './streams-main-display.component';
|
||||||
|
|
||||||
describe('StreamsMainDisplayComponent', () => {
|
xdescribe('StreamsMainDisplayComponent', () => {
|
||||||
let component: StreamsMainDisplayComponent;
|
let component: StreamsMainDisplayComponent;
|
||||||
let fixture: ComponentFixture<StreamsMainDisplayComponent>;
|
let fixture: ComponentFixture<StreamsMainDisplayComponent>;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { TestBed, inject } from '@angular/core/testing';
|
||||||
|
|
||||||
import { MastodonService } from './mastodon.service';
|
import { MastodonService } from './mastodon.service';
|
||||||
|
|
||||||
describe('MastodonService', () => {
|
xdescribe('MastodonService', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
TestBed.configureTestingModule({
|
TestBed.configureTestingModule({
|
||||||
providers: [MastodonService]
|
providers: [MastodonService]
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { TestBed, inject } from '@angular/core/testing';
|
||||||
|
|
||||||
import { NavigationService } from './navigation.service';
|
import { NavigationService } from './navigation.service';
|
||||||
|
|
||||||
describe('NavigationService', () => {
|
xdescribe('NavigationService', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
TestBed.configureTestingModule({
|
TestBed.configureTestingModule({
|
||||||
providers: [NavigationService]
|
providers: [NavigationService]
|
||||||
|
|
Loading…
Reference in New Issue