mirror of
https://github.com/NicolasConstant/sengi
synced 2025-01-25 13:39:15 +01:00
disable unused tests
This commit is contained in:
parent
c69ff3dd3a
commit
11beefa883
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { PollEditorComponent } from './poll-editor.component';
|
||||
|
||||
describe('PollEditorComponent', () => {
|
||||
xdescribe('PollEditorComponent', () => {
|
||||
let component: PollEditorComponent;
|
||||
let fixture: ComponentFixture<PollEditorComponent>;
|
||||
|
||||
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { PollEntryComponent } from './poll-entry.component';
|
||||
|
||||
describe('PollEntryComponent', () => {
|
||||
xdescribe('PollEntryComponent', () => {
|
||||
let component: PollEntryComponent;
|
||||
let fixture: ComponentFixture<PollEntryComponent>;
|
||||
|
||||
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { StatusSchedulerComponent } from './status-scheduler.component';
|
||||
|
||||
describe('StatusSchedulerComponent', () => {
|
||||
xdescribe('StatusSchedulerComponent', () => {
|
||||
let component: StatusSchedulerComponent;
|
||||
let fixture: ComponentFixture<StatusSchedulerComponent>;
|
||||
|
||||
|
@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { ScheduledStatusComponent } from './scheduled-status.component';
|
||||
|
||||
describe('ScheduledStatusComponent', () => {
|
||||
xdescribe('ScheduledStatusComponent', () => {
|
||||
let component: ScheduledStatusComponent;
|
||||
let fixture: ComponentFixture<ScheduledStatusComponent>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user