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