]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-tabs/rgw-user-tabs.component.spec.ts
3b81e718dc43c8b5fbaa9ae917591b7a53ca340a
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / rgw / rgw-user-tabs / rgw-user-tabs.component.spec.ts
1 import { ComponentFixture, TestBed } from '@angular/core/testing';
2
3 import { RgwUserTabsComponent } from './rgw-user-tabs.component';
4
5 describe('RgwUserTabsComponent', () => {
6 let component: RgwUserTabsComponent;
7 let fixture: ComponentFixture<RgwUserTabsComponent>;
8
9 beforeEach(async () => {
10 await TestBed.configureTestingModule({
11 declarations: [RgwUserTabsComponent]
12 }).compileComponents();
13 });
14
15 beforeEach(() => {
16 fixture = TestBed.createComponent(RgwUserTabsComponent);
17 component = fixture.componentInstance;
18 fixture.detectChanges();
19 });
20
21 it('should create', () => {
22 expect(component).toBeTruthy();
23 });
24 });