Skip to content

Commit

Permalink
fix privilege component test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain121 committed Sep 19, 2023
1 parent 55c993d commit 39401f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';

import { PrivilegeComponent } from './privilege.component';
import {GroupPrivilegesPipe} from "@components/role-management/role-detail/privilege/group-privileges.pipe";

describe('PrivilegeComponent', () => {
let component: PrivilegeComponent;
let fixture: ComponentFixture<PrivilegeComponent>;

beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ PrivilegeComponent ]
declarations: [ PrivilegeComponent, GroupPrivilegesPipe ]
})
.compileComponents();

Expand Down

0 comments on commit 39401f3

Please sign in to comment.