diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-03-15 16:35:42 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-03-15 16:35:42 +0100 |
commit | 51885ea3dac9aae7289dbee5258877543e9c89f6 (patch) | |
tree | c0f87145884b5835234b3bb5ba66683deecaf57c /frontend/src/app/_pages/only-authorized/only-authorized.component.spec.ts | |
parent | d08574ea4723718b0c55aaf53ce9d439bd031405 (diff) | |
parent | dd5834672ba1cc54362425462bfebd31959f693a (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
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.ts | 25 |
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(); - }); -}); |