Skip to content

Commit

Permalink
format file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Ben Makhlouf committed Oct 20, 2024
1 parent 4b7a888 commit 03ffd2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/components/divider/divider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ describe('Divider', () => {
let dividerRef: ComponentRef<Divider>;

beforeEach(() => {
TestBed.configureTestingModule({
imports: [NoopAnimationsModule, Divider],
});

TestBed.configureTestingModule({ imports: [NoopAnimationsModule, Divider] });
fixture = TestBed.createComponent(Divider);
divider = fixture.componentInstance;
dividerRef = fixture.componentRef;
Expand Down

0 comments on commit 03ffd2c

Please sign in to comment.