Skip to content

Commit

Permalink
fix prettier failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
divinecharlotte committed Oct 9, 2024
1 parent c60629d commit 10a55c7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ describe('AddBulkReadsComponent', () => {

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

fixture = TestBed.createComponent(AddBulkReadsComponent);
component = fixture.componentInstance;
Expand Down

0 comments on commit 10a55c7

Please sign in to comment.