diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-25 04:30:57 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-25 04:31:57 +0200 |
commit | 636d944d3fabbf3b42b3b316756a52a777657d03 (patch) | |
tree | 8a72fa23e892f7df2c164793aaab8ce327cf067e /frontend/src/app/_elements/hidden-layer/hidden-layer.component.spec.ts | |
parent | ab189290f561656996a6b39cdc2e4ae7c48b3b19 (diff) |
Ažurirana komponenta form-model, izbrisana komponenta hidden-layer.
Diffstat (limited to 'frontend/src/app/_elements/hidden-layer/hidden-layer.component.spec.ts')
-rw-r--r-- | frontend/src/app/_elements/hidden-layer/hidden-layer.component.spec.ts | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/src/app/_elements/hidden-layer/hidden-layer.component.spec.ts b/frontend/src/app/_elements/hidden-layer/hidden-layer.component.spec.ts deleted file mode 100644 index 103e4539..00000000 --- a/frontend/src/app/_elements/hidden-layer/hidden-layer.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { HiddenLayerComponent } from './hidden-layer.component'; - -describe('HiddenLayerComponent', () => { - let component: HiddenLayerComponent; - let fixture: ComponentFixture<HiddenLayerComponent>; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ HiddenLayerComponent ] - }) - .compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(HiddenLayerComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); |