]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
d6bdd8a270c8a0564f4c0373b37ed43e85317002
[ceph-ci.git] /
1 import { ComponentFixture, TestBed } from '@angular/core/testing';
2
3 import { RgwUserAccountsComponent } from './rgw-user-accounts.component';
4
5 describe('RgwUserAccountsComponent', () => {
6   let component: RgwUserAccountsComponent;
7   let fixture: ComponentFixture<RgwUserAccountsComponent>;
8
9   beforeEach(async () => {
10     await TestBed.configureTestingModule({
11       declarations: [RgwUserAccountsComponent]
12     }).compileComponents();
13
14     fixture = TestBed.createComponent(RgwUserAccountsComponent);
15     component = fixture.componentInstance;
16     fixture.detectChanges();
17   });
18
19   it('should create', () => {
20     expect(component).toBeTruthy();
21   });
22 });