]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.spec.ts
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / not-found / not-found.component.spec.ts
diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.spec.ts b/ceph/src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.spec.ts
deleted file mode 100644 (file)
index 3adb9c3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-import { RouterTestingModule } from '@angular/router/testing';
-
-import { configureTestBed } from '../../../testing/unit-test-helper';
-import { NotFoundComponent } from './not-found.component';
-
-describe('NotFoundComponent', () => {
-  let component: NotFoundComponent;
-  let fixture: ComponentFixture<NotFoundComponent>;
-
-  configureTestBed({
-    declarations: [NotFoundComponent],
-    imports: [RouterTestingModule]
-  });
-
-  beforeEach(() => {
-    fixture = TestBed.createComponent(NotFoundComponent);
-    component = fixture.componentInstance;
-    fixture.detectChanges();
-  });
-
-  it('should create', () => {
-    expect(component).toBeTruthy();
-  });
-});