aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-03-15 21:32:58 +0100
committerSonja Galovic <galovicsonja@gmail.com>2022-03-15 21:32:58 +0100
commitd6c8dc0a22cfe3cb0ed1579f5dc7c4c0e6d9b3de (patch)
treed5e8d368d08f2168e66438f486706af530b3b9c4 /frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts
parentca592566e80a7a83fff85e0b5a11bcca06f7e017 (diff)
parentf6496f86182902f2a6e5e34554ae93116d04c5b6 (diff)
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
# Conflicts: # frontend/src/app/_pages/add-model/add-model.component.html
Diffstat (limited to 'frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts')
-rw-r--r--frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts b/frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts
deleted file mode 100644
index 82a01f63..00000000
--- a/frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { OnlyAuthorizedComponent } from './only-authorized.component';
-
-describe('OnlyAuthorizedComponent', () => {
- let component: OnlyAuthorizedComponent;
- let fixture: ComponentFixture<OnlyAuthorizedComponent>;
-
- beforeEach(async () => {
- await TestBed.configureTestingModule({
- declarations: [ OnlyAuthorizedComponent ]
- })
- .compileComponents();
- });
-
- beforeEach(() => {
- fixture = TestBed.createComponent(OnlyAuthorizedComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});