style: format code for consistency and readability
This commit is contained in:
parent
69d26e89b7
commit
386813c524
44 changed files with 566 additions and 370 deletions
|
@ -8,9 +8,8 @@ describe('StarRatingComponent', () => {
|
|||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
imports: [StarRatingComponent]
|
||||
})
|
||||
.compileComponents();
|
||||
imports: [StarRatingComponent],
|
||||
}).compileComponents();
|
||||
|
||||
fixture = TestBed.createComponent(StarRatingComponent);
|
||||
component = fixture.componentInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue