Browse Source

Remove test

pull/381/head
Thomas 4 years ago
parent
commit
6fc8899617
  1. 24
      libs/ui/src/lib/value/value.component.spec.ts

24
libs/ui/src/lib/value/value.component.spec.ts

@ -1,24 +0,0 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { ValueComponent } from './value.component';
describe('ValueComponent', () => {
let component: ValueComponent;
let fixture: ComponentFixture<ValueComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ValueComponent]
}).compileComponents();
});
beforeEach(() => {
fixture = TestBed.createComponent(ValueComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});
Loading…
Cancel
Save