aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/hidden-layer/hidden-layer.component.spec.ts
diff options
context:
space:
mode:
authorTAMARA JERINIC <tamara.jerinic@gmail.com>2022-04-25 04:30:57 +0200
committerTAMARA JERINIC <tamara.jerinic@gmail.com>2022-04-25 04:31:57 +0200
commit636d944d3fabbf3b42b3b316756a52a777657d03 (patch)
tree8a72fa23e892f7df2c164793aaab8ce327cf067e /frontend/src/app/_elements/hidden-layer/hidden-layer.component.spec.ts
parentab189290f561656996a6b39cdc2e4ae7c48b3b19 (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.ts25
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();
- });
-});