From 6fc8899617197edf1d60ac79cb03c76bfef72b92 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 19 Sep 2021 17:51:09 +0200 Subject: [PATCH] Remove test --- libs/ui/src/lib/value/value.component.spec.ts | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 libs/ui/src/lib/value/value.component.spec.ts diff --git a/libs/ui/src/lib/value/value.component.spec.ts b/libs/ui/src/lib/value/value.component.spec.ts deleted file mode 100644 index d0e7682c4..000000000 --- a/libs/ui/src/lib/value/value.component.spec.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { ValueComponent } from './value.component'; - -describe('ValueComponent', () => { - let component: ValueComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ValueComponent] - }).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(ValueComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -});