summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/layout/components/userbar/userbar.component.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src/app/layout/components/userbar/userbar.component.spec.ts')
-rw-r--r--portal-FE-common/src/app/layout/components/userbar/userbar.component.spec.ts25
1 files changed, 0 insertions, 25 deletions
diff --git a/portal-FE-common/src/app/layout/components/userbar/userbar.component.spec.ts b/portal-FE-common/src/app/layout/components/userbar/userbar.component.spec.ts
deleted file mode 100644
index db476dde..00000000
--- a/portal-FE-common/src/app/layout/components/userbar/userbar.component.spec.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { UserbarComponent } from './userbar.component';
-
-describe('UserbarComponent', () => {
- let component: UserbarComponent;
- let fixture: ComponentFixture<UserbarComponent>;
-
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [ UserbarComponent ]
- })
- .compileComponents();
- }));
-
- beforeEach(() => {
- fixture = TestBed.createComponent(UserbarComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});